Update docs/installation.md

Address that numpy is required before `python3 -m pip install -r requirements.txt` can run.
This commit is contained in:
Leif Segen 2019-07-23 23:45:27 -05:00 committed by GitHub
parent 41f24898e5
commit 1b4b10f8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,6 +175,7 @@ cp config.json.example config.json
``` bash
python3 -m pip install --upgrade pip
pip install numpy
python3 -m pip install -r requirements.txt
python3 -m pip install -e .
```