From 0d594b8c0f13c70507aa61a7666c844c5e2aeda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Fri, 21 May 2021 00:33:09 -0400 Subject: [PATCH] Add update pip and setuptools section (#4061) * Add update pip and setuptools section * Simplify the command to upgrade pip Co-authored-by: Grey Li --- CONTRIBUTING.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 64c8e197..3a9177a4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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.