Merge pull request #3065 from pallets/fedora

use "-m virtualenv" in installation doc
This commit is contained in:
David Lord 2019-01-06 10:34:52 -08:00 committed by GitHub
commit a656025c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: