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
|
.. code-block:: text
|
||||||
|
|
||||||
$ python3 -m venv env
|
$ python3 -m venv venv
|
||||||
$ . env/bin/activate
|
$ . venv/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
|
> venv\Scripts\activate
|
||||||
|
|
||||||
- Install the development dependencies, then install Flask in editable
|
- Install the development dependencies, then install Flask in editable
|
||||||
mode.
|
mode.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue