From d952aca3707ad6f4ddc93cc4ba2f7142614b9858 Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Sun, 27 Nov 2016 09:34:29 -0500 Subject: [PATCH] Clarify python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3527da2..c8fb612 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a quick weekend hack, very much not "production-ready". Use at your own ## Setup -* Create a [virtualenv](https://virtualenv.pypa.io/en/stable/) +* Create a Python 3 [virtualenv](https://virtualenv.pypa.io/en/stable/) * `pip install -r requirements.txt` to install Python dependencies ## Run -- GitLab