Merge pull request #3 from Dorian/patch-1

Fails on pip3 because magenta is only available for Python 2
This commit is contained in:
Yotam Mann 2016-11-16 13:54:40 -08:00 committed by GitHub
commit 6c4723866f

View File

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