"vscode:/vscode.git/clone" did not exist on "a63c3351341d9483cad0a923ac34c0d9b3c10f69"
Commit 754c5a90 authored by Chris Shallue's avatar Chris Shallue
Browse files

Add comment about TF version to README.md.

parent 0d8720c2
...@@ -116,7 +116,9 @@ approximately 10 times slower. ...@@ -116,7 +116,9 @@ approximately 10 times slower.
First ensure that you have installed the following required packages: First ensure that you have installed the following required packages:
* **Bazel** ([instructions](http://bazel.io/docs/install.html)). * **Bazel** ([instructions](http://bazel.io/docs/install.html)).
* **TensorFlow** ([instructions](https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html)). * **TensorFlow** ([instructions](https://www.tensorflow.org/versions/master/get_started/os_setup.html#installing-from-sources)).
* Note: the model currently requires TensorFlow built from source because it
uses features added after release r0.10.
* **NumPy** ([instructions](http://www.scipy.org/install.html)). * **NumPy** ([instructions](http://www.scipy.org/install.html)).
* **Natural Language Toolkit (NLTK)**: * **Natural Language Toolkit (NLTK)**:
* First install NLTK ([instructions](http://www.nltk.org/install.html)). * First install NLTK ([instructions](http://www.nltk.org/install.html)).
......
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