Update env to venv for consistency

This commit is contained in:
yuxiaoy 2021-05-12 23:59:32 +08:00 committed by David Lord
parent 80d9519a9c
commit e42cf31c36
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -102,14 +102,14 @@ First time setup
.. code-block:: text
$ python3 -m venv env
$ python3 -m venv venv
$ . env/bin/activate
.. group-tab:: Windows
.. code-block:: text
> py -3 -m venv env
> py -3 -m venv venv
> env\Scripts\activate
- Install the development dependencies, then install Flask in editable