Commit 2fa4bb61 authored by Ivan Bogatyy's avatar Ivan Bogatyy Committed by GitHub
Browse files

Merge pull request #1492 from angryadam/patch-1

Update protobuf version dependency
parents fe2a01d8 50a03e7f
...@@ -77,7 +77,7 @@ source. You'll need to install: ...@@ -77,7 +77,7 @@ source. You'll need to install:
* `brew install swig` on OSX * `brew install swig` on OSX
* protocol buffers, with a version supported by TensorFlow: * protocol buffers, with a version supported by TensorFlow:
* check your protobuf version with `pip freeze | grep protobuf` * check your protobuf version with `pip freeze | grep protobuf`
* upgrade to a supported version with `pip install -U protobuf==3.0.0b2` * upgrade to a supported version with `pip install -U protobuf==3.3.0`
* mock, the testing package: * mock, the testing package:
* `pip install mock` * `pip install mock`
* asciitree, to draw parse trees on the console for the demo: * asciitree, to draw parse trees on the console for the demo:
......
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