diff --git a/install.sh b/install.sh index 1a6a95d..0abaa9f 100755 --- a/install.sh +++ b/install.sh @@ -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)" \ No newline at end of file