From b3584634fc41a161975c80642908815e19e1c503 Mon Sep 17 00:00:00 2001 From: oleksis Date: Sat, 15 May 2021 18:59:49 -0400 Subject: [PATCH] Add update pip and setuptools section --- CONTRIBUTING.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 64c8e197..04d11f7a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -112,6 +112,22 @@ First time setup > py -3 -m venv env > 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 mode.