Add update pip and setuptools section (#4061)

* Add update pip and setuptools section

* Simplify the command to upgrade pip

Co-authored-by: Grey Li <withlihui@gmail.com>
This commit is contained in:
Oleksis Fraga Menéndez 2021-05-21 00:33:09 -04:00 committed by GitHub
parent 0cfce9a0ec
commit 0d594b8c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,6 +112,12 @@ First time setup
> py -3 -m venv env
> env\Scripts\activate
- Upgrade pip and setuptools.
.. code-block:: text
$ python -m pip install --upgrade pip setuptools
- Install the development dependencies, then install Flask in editable
mode.