forked from Dkendal/battle_snake
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
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" | ||
b. "mkvirtualenv snake" or (python3) "mkvirtualenv --python=`which python3` snake" | ||
c. "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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters