Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kats committed May 14, 2016
1 parent 0102dfb commit 54011a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ source. You'll need to install:
* `apt-get install swig` on Ubuntu
* `brew install swig` on OSX
* protocol buffers, with a version supported by TensorFlow:
* check your protobuf version with `pip freeze | grep protobuf1`
* check your protobuf version with `pip freeze | grep protobuf`
* 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`
Expand Down

0 comments on commit 54011a3

Please sign in to comment.