mirror of
https://github.com/exo-explore/exo.git
synced 2026-08-03 00:58:54 -04:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install -e .
|