From e882e33441bf65125a0da4d1dcee4662e908c78d Mon Sep 17 00:00:00 2001 From: Abhinav Saxena Date: Sun, 19 Aug 2018 15:39:50 +0530 Subject: [PATCH] Update virtualenv.rst --- docs/source/installation/virtualenv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation/virtualenv.rst b/docs/source/installation/virtualenv.rst index 90b053ee..62b65d28 100644 --- a/docs/source/installation/virtualenv.rst +++ b/docs/source/installation/virtualenv.rst @@ -1,7 +1,7 @@ Virtualenv ========== -A generic way to keep Python installations separate is using `virtualenv `_. This way you can run conpot on your machine without littering your machine. This guides assumes you have Python 2 installed and running on your computer. +A generic way to keep Python installations separate is using `virtualenv `_. This way you can run conpot on your machine without littering your machine. This guides assumes you have Python 3.5 installed and running on your computer. Installation