Ver código fonte

doc: Add instructions on installing numpy (#68)

* doc: Add instructions on installing numpy

* fix typo
Jim Alateras 9 anos atrás
pai
commit
b1f7d549dc
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      syntaxnet/README.md

+ 3 - 1
syntaxnet/README.md

@@ -84,7 +84,9 @@ source. You'll need to install:
     *   upgrade to a supported version with `pip install -U protobuf==3.0.0b2`
 *   asciitree, to draw parse trees on the console for the demo:
     *   `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
 following commands: