From 343a0336ad4ecf861a4c1b2ce137a2d99fd3a72a Mon Sep 17 00:00:00 2001 From: Jack Eilles Date: Thu, 11 Jan 2024 21:07:07 +0000 Subject: [PATCH] edit install --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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