Update env to venv for consistency
This commit is contained in:
parent
d575de5159
commit
9b83a033c6
1 changed files with 4 additions and 4 deletions
|
|
@ -102,15 +102,15 @@ First time setup
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ python3 -m venv env
|
||||
$ . env/bin/activate
|
||||
$ python3 -m venv venv
|
||||
$ . venv/bin/activate
|
||||
|
||||
.. group-tab:: Windows
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
> py -3 -m venv env
|
||||
> env\Scripts\activate
|
||||
> py -3 -m venv venv
|
||||
> venv\Scripts\activate
|
||||
|
||||
- Install the development dependencies, then install Flask in editable
|
||||
mode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue