Преглед на файлове

doc: Add instructions on installing numpy (#68)

* doc: Add instructions on installing numpy

* fix typo
Jim Alateras преди 9 години
родител
ревизия
b1f7d549dc
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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: