Merge pull request #3 from Dorian/patch-1
Fails on pip3 because magenta is only available for Python 2
This commit is contained in:
commit
6c4723866f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user