Skip to content
Permalink
Browse files
setup2
  • Loading branch information
memica committed Feb 16, 2020
1 parent f432f44 commit a12b0755d13718b73a7a8044638aeef719edf671
Showing 1 changed file with 6 additions and 1 deletion.
@@ -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

0 comments on commit a12b075

Please sign in to comment.