[autograd] added install instr for autograd

This commit is contained in:
mzwiessele 2016-03-08 14:59:28 +00:00
parent eeb2733059
commit 51af6a236a

View file

@ -31,6 +31,7 @@ install:
- pip install codecov
- pip install pypandoc
- pip install git+git://github.com/BRML/climin.git
- pip install autograd
- python setup.py develop
script: