From 40e064fa27a8f2aaaa1518a929ebfcca80efbbb3 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 6 Jan 2019 10:25:16 -0800 Subject: [PATCH] use "-m virtualenv" in installation doc --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 0014f136..e172a1c9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -91,12 +91,12 @@ On Windows: py -3 -m venv venv -If you needed to install virtualenv because you are on an older version of -Python, use the following command instead: +If you needed to install virtualenv because you are using Python 2, use +the following command instead: .. code-block:: sh - virtualenv venv + python2 -m virtualenv venv On Windows: