mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
install script
This commit is contained in:
5
install.sh
Executable file
5
install.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install .
|
||||
Reference in New Issue
Block a user