From 134bf0ad0bfee42a010925a7d7c6de218a74fac3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 19:28:26 -0400 Subject: [PATCH] Update virtualenvs.rst --- docs/dev/virtualenvs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 981a1fd..c6e8b5a 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -14,7 +14,7 @@ network services (including web applications), but is also very well suited to managing development and testing environments for any kind of project. .. Note:: This guide is written for Python 3, however, these instructions - should work fine on Python 2.7. + should work fine on Python 2.7—if you are still using it, for some reason. Make sure you've got Python & pip