Simplify the command to upgrade pip
This commit is contained in:
parent
b3584634fc
commit
a7965e84af
1 changed files with 3 additions and 13 deletions
|
|
@ -112,21 +112,11 @@ First time setup
|
||||||
> py -3 -m venv env
|
> py -3 -m venv env
|
||||||
> env\Scripts\activate
|
> env\Scripts\activate
|
||||||
|
|
||||||
- Update pip and setuptools.
|
- Upgrade pip and setuptools.
|
||||||
|
|
||||||
.. tabs::
|
.. code-block:: text
|
||||||
|
|
||||||
.. group-tab:: Linux/macOS
|
$ python -m pip install --upgrade pip setuptools
|
||||||
|
|
||||||
.. code-block:: text
|
|
||||||
|
|
||||||
$ python3 -m pip install --upgrade pip setuptools
|
|
||||||
|
|
||||||
.. group-tab:: Windows
|
|
||||||
|
|
||||||
.. code-block:: text
|
|
||||||
|
|
||||||
> py -3 -m pip install --upgrade pip setuptools
|
|
||||||
|
|
||||||
- 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