"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "49468279d9070a5631b6e0198ee562c00ecedb10"
Commit be37e9db authored by Justine Tunney's avatar Justine Tunney Committed by drpngx
Browse files

Remove dated Bazel docs in syntaxnet (#905)

Fixes #657
parent 6eeef03c
...@@ -81,21 +81,6 @@ source. You'll need to install: ...@@ -81,21 +81,6 @@ source. You'll need to install:
* pip (python package manager) * pip (python package manager)
* `apt-get install python-pip` on Ubuntu * `apt-get install python-pip` on Ubuntu
* `brew` installs pip along with python on OSX * `brew` installs pip along with python on OSX
* bazel:
* **versions 0.3.0 - 0.3.1*
* follow the instructions [here](http://bazel.io/docs/install.html)
* Alternately, Download bazel <.deb> from
[https://github.com/bazelbuild/bazel/releases]
(https://github.com/bazelbuild/bazel/releases) for your system
configuration.
* Install it using the command: sudo dpkg -i <.deb file>
* Check for the bazel version by typing: bazel version
* swig:
* `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 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: * asciitree, to draw parse trees on the console for the demo:
* `pip install asciitree` * `pip install asciitree`
* numpy, package for scientific computing: * numpy, package for scientific computing:
......
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