Skip to content

Commit

Permalink
Add getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
ahendy committed Feb 16, 2017
1 parent c8d36a9 commit 290091a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/flask_snake/Getting-Started.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
1. Install Python & pip https://www.python.org/downloads/
2. (optional but recommended)
a. Install virtualenvwrapper https://virtualenvwrapper.readthedocs.io/en/latest/install.html
b. "mkvirtualenv snake" & "workon snake"
3. cd to this directory (examples/flask_snake) and "pip install -r requirements.txt"
4. Run python snake.py (python2.7) or python3 snake.py (python 3.5)
5. Make the Snake a bit smarter!

0 comments on commit 290091a

Please sign in to comment.