Unverified Commit 8f41813a authored by Emma Strubell's avatar Emma Strubell Committed by GitHub
Browse files

Add autograd v1.1.13 dependency to manual install

parent 4364390a
......@@ -111,6 +111,8 @@ source. You'll need to install:
* `pip install asciitree`
* numpy, package for scientific computing:
* `pip install numpy`
* autograd 1.1.13, for automatic differentiation (not yet compatible with autograd v1.2 rewrite):
* `pip install autograd==1.1.13`
* pygraphviz to visualize traces and parse trees:
* `apt-get install -y graphviz libgraphviz-dev`
* `pip install pygraphviz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment