mention python3 and virtualenv

This commit is contained in:
Mahdi Dibaiee 2017-04-02 19:32:04 +04:30
parent e10409e4a7
commit 9c3ffd9bbb

View File

@ -16,7 +16,9 @@ For each frame the bird stays alive, +1 score is given to him. For each wall he
Try it yourself Try it yourself
--------------- ---------------
First, install dependencies: You need python3 and pip for installing and running the code.
First, install dependencies (you might want to create a [virtualenv](https://virtualenv.pypa.io)):
``` ```
pip install -r requirements pip install -r requirements