edit install

This commit is contained in:
Jack Eilles 2024-01-11 21:07:07 +00:00
parent 373a12043a
commit 343a0336ad

View file

@ -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)"