From b1e650f9b4c94eccd658507315c843469fded9a3 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 20 Jan 2020 22:36:45 +0100 Subject: [PATCH] Upgrade virtualenv to Python 3.6 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f8ad3465..fcbe942f 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ Setting up the environment Create a virtual environment where the dependencies will live:: - $ virtualenv -p python3.5 python + $ virtualenv -p python3.6 python $ source python/bin/activate (python)$ -- GitLab