mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install .
|