The app is written in python 2.7, if you are using a mac it comes pre-installed otherwise you may need to download it (will not work with python 3).
Go to the directory where you would like to copy the repo and enter:
git clone https://github.com/808sAndBR/Parks_Discovery.git
Once cloning is done, cd into Parks_Discovery and create a virtual environment.
If you already do not have virtualenv installed yet get it with (good
guide
here):
pip install virtualenv
Then create your virtual environment:
virtualenv venv
And enter it with:
source venv/bin/activate
Now install all the needed packages with:
pip install -r requirements.txt
Now you should be good to go!
cd into parks_discovery
Then enter:
python manage.py runserver
The app should now be available at http://127.0.0.1:8000/.