Commit b1f7d549 authored by Jim Alateras's avatar Jim Alateras Committed by calberti
Browse files

doc: Add instructions on installing numpy (#68)

* doc: Add instructions on installing numpy

* fix typo
parent 4bc7e2c5
...@@ -84,6 +84,8 @@ source. You'll need to install: ...@@ -84,6 +84,8 @@ source. You'll need to install:
* upgrade to a supported version with `pip install -U protobuf==3.0.0b2` * upgrade to a supported version with `pip install -U protobuf==3.0.0b2`
* asciitree, to draw parse trees on the console for the demo: * asciitree, to draw parse trees on the console for the demo:
* `pip install asciitree` * `pip install asciitree`
* numpy, package for scientific computing:
* `pip install numpy`
Once you completed the above steps, you can build and test SyntaxNet with the Once you completed the above steps, you can build and test SyntaxNet with the
following commands: following commands:
......
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