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