Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sellnat77 committed Jul 24, 2019
1 parent 9026e4c commit 5dfbfa7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# How to run
install virtualenv
install python3

create your virtual environment ```virtualenv -p python3 ~/.envs/311-data```
export your apptoken from socrata ```export SODAPY_APPTOKEN=<Your token here>```
source your virtualenv ```source ~/.envs/311-data/bin/activate```
install dependencies ```pip install -r requirements.txt```

0 comments on commit 5dfbfa7

Please sign in to comment.