Add update pip and setuptools section
This commit is contained in:
parent
1492160887
commit
b3584634fc
1 changed files with 16 additions and 0 deletions
|
|
@ -112,6 +112,22 @@ First time setup
|
||||||
> py -3 -m venv env
|
> py -3 -m venv env
|
||||||
> env\Scripts\activate
|
> env\Scripts\activate
|
||||||
|
|
||||||
|
- Update pip and setuptools.
|
||||||
|
|
||||||
|
.. tabs::
|
||||||
|
|
||||||
|
.. 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
|
||||||
|
|
||||||
- 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