Moved magenta install out of requirements and into the README instructions
Fixes #4
This commit is contained in:
parent
f33312634a
commit
557024d980
@ -36,7 +36,7 @@ webpack -p
|
|||||||
|
|
||||||
The back-end consists of a [Flask](http://flask.pocoo.org/) server, [TensorFlow](https://www.tensorflow.org/) and [Magenta](https://github.com/tensorflow/magenta).
|
The back-end consists of a [Flask](http://flask.pocoo.org/) server, [TensorFlow](https://www.tensorflow.org/) and [Magenta](https://github.com/tensorflow/magenta).
|
||||||
|
|
||||||
First install [TensorFlow](https://www.tensorflow.org/versions/master/get_started/os_setup.html).
|
First install [TensorFlow](https://www.tensorflow.org/versions/master/get_started/os_setup.html) and [Magenta](https://github.com/tensorflow/magenta#installation).
|
||||||
|
|
||||||
To install the rest of the back-end requirements (make sure you have python and [pip](https://pip.pypa.io/en/stable/installing/) installed):
|
To install the rest of the back-end requirements (make sure you have python and [pip](https://pip.pypa.io/en/stable/installing/) installed):
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ funcsigs==1.0.2
|
|||||||
gunicorn==19.6.0
|
gunicorn==19.6.0
|
||||||
html5lib==0.999
|
html5lib==0.999
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
magenta==0.1.3
|
|
||||||
meld3==1.0.0
|
meld3==1.0.0
|
||||||
mido==1.1.17
|
mido==1.1.17
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user