Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd authored Jul 6, 2021
1 parent b6601da commit 393c51a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 393c51a

Please sign in to comment.