Skip to content
Permalink
a12b0755d1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (7 sloc) 191 Bytes
sudo apt-get update
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