Simplify the command to upgrade pip

This commit is contained in:
Grey Li 2021-05-21 11:07:26 +08:00 committed by GitHub
parent b3584634fc
commit a7965e84af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,21 +112,11 @@ First time setup
> py -3 -m venv env
> env\Scripts\activate
- Update pip and setuptools.
- Upgrade pip and setuptools.
.. tabs::
.. code-block:: text
.. group-tab:: Linux/macOS
.. code-block:: text
$ python3 -m pip install --upgrade pip setuptools
.. group-tab:: Windows
.. code-block:: text
> py -3 -m pip install --upgrade pip setuptools
$ python -m pip install --upgrade pip setuptools
- Install the development dependencies, then install Flask in editable
mode.