mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-23 07:12:39 +01:00
edit install
This commit is contained in:
parent
373a12043a
commit
343a0336ad
1 changed files with 6 additions and 0 deletions
|
@ -7,4 +7,10 @@ fi
|
|||
|
||||
apt install mongodb-org python3-pip python3-venv
|
||||
|
||||
systemctl enable --now mongod
|
||||
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
echo "Installation complete, launch xygt with ./run.py (in the venv)"
|
Loading…
Reference in a new issue