forked from orbit-oss/flask
Merge branch '1.0-maintenance'
This commit is contained in:
commit
3b45b82ec2
13 changed files with 68 additions and 57 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue