From a12b0755d13718b73a7a8044638aeef719edf671 Mon Sep 17 00:00:00 2001 From: Adnan Memic Date: Sun, 16 Feb 2020 20:02:58 +0000 Subject: [PATCH] setup2 --- _scripts/setup.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_scripts/setup.sh b/_scripts/setup.sh index 9de1888..ab642a6 100644 --- a/_scripts/setup.sh +++ b/_scripts/setup.sh @@ -1,5 +1,10 @@ sudo apt-get update -sudo apt-get install python3-venv mkdir location_app/app/databases + +sudo apt-get install python3-venv python3 -m venv location_app/venv + +cd location_app +. venv/bin/activate +pip install -r requirements.txt \ No newline at end of file