From 393c51a86389ef615469c6ac8630541103492514 Mon Sep 17 00:00:00 2001 From: Florian Krause Date: Wed, 7 Jul 2021 01:38:30 +0200 Subject: [PATCH] Update index.md --- documentation/index.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index 3f44787..1465c25 100755 --- a/documentation/index.md +++ b/documentation/index.md @@ -17,10 +17,17 @@ Installation ============ 1. Make sure [Python 3][] is installed - -2. Download the [latest release][] -3. Install with +2. Update pip, setuptools and wheel + + ``` + pip3 install -U pip + pip3 install -U setuptools wheel + ``` + +3. Download the [latest release][] + +4. Install with ``` pip3 install StuffPages-X.X.X.zip