From 9c3ffd9bbb67d57d9efd11cc17d13c9e9f0b7e9f Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 2 Apr 2017 19:32:04 +0430 Subject: [PATCH] mention python3 and virtualenv --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f8701..a2d5e91 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ For each frame the bird stays alive, +1 score is given to him. For each wall he 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