forked from orbit-oss/flask
use "-m virtualenv" in installation doc
This commit is contained in:
parent
717f9d33ca
commit
40e064fa27
1 changed files with 3 additions and 3 deletions
|
|
@ -91,12 +91,12 @@ On Windows:
|
||||||
|
|
||||||
py -3 -m venv venv
|
py -3 -m venv venv
|
||||||
|
|
||||||
If you needed to install virtualenv because you are on an older version of
|
If you needed to install virtualenv because you are using Python 2, use
|
||||||
Python, use the following command instead:
|
the following command instead:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
virtualenv venv
|
python2 -m virtualenv venv
|
||||||
|
|
||||||
On Windows:
|
On Windows:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue