From 2a370347874f12f55d743505656a2d4a1f66bfb9 Mon Sep 17 00:00:00 2001 From: Gerald Lonlas Date: Sun, 28 Jan 2018 18:01:02 -0800 Subject: [PATCH] Update doc: add --upgrade pip --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index c48f170c6..f2a32e8b2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -297,6 +297,7 @@ cp config.json.example config.json ```bash python3.6 -m venv .env source .env/bin/activate +pip3.6 install --upgrade pip pip3.6 install -r requirements.txt pip3.6 install -e . ```