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:
parent
0cfce9a0ec
commit
0d594b8c0f
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue