Fails on pip3 because magenta is only available for Python 2

This commit is contained in:
Dorian 2016-11-16 01:32:37 +01:00 committed by GitHub
parent f3a45a4de5
commit 2a7d09c68d

View File

@ -42,7 +42,7 @@ To install the rest of the back-end requirements (make sure you have python and
```bash
cd server
pip install -r requirements.txt
pip2 install -r requirements.txt
```
Then run the server: