Skip to content

Commit 66f2bf9

Browse files
Update README.md
1 parent 947e8b0 commit 66f2bf9

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,4 @@ You can install [tensorflow](https://www.tensorflow.org/install/) via pip or via
2222
`pip install tf-nightly-gpu`
2323

2424
### Hardware-optimized tensorflow installation (compiling from source)
25-
Please refer to https://www.tensorflow.org/install/ .
26-
27-
#### Pre-requirements
28-
First, you have to install bazel (a build tool).
29-
- On MacBook:<br/>
30-
`brew install bazel`
31-
- On linux:
32-
* Use Anaconda/Miniconda:<br/>
33-
`conda install bazel`
34-
* Official / Distribution-specific ways:
35-
https://docs.bazel.build/versions/master/install.html
36-
37-
#### Compilation
38-
This does not work yet.
39-
1. Get newest TensorFlow repo from github via git clone:<br/>
40-
`git clone https://github.com/tensorflow/tensorflow.git`
41-
2. `cd tensorflow/`
42-
3. `git checkout <release>`
43-
4. `./configure`
44-
5. `bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package`
45-
6. `bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg`
46-
7. `pip install /tmp/tensorflow_pkg/tensorflow-<blah>.whl`
47-
48-
## Building the documentation
49-
The documentation is maintained in the `docs/` directory.
50-
51-
The built documentation will be saved in `build/docs`.
52-
53-
1. Make sure sphinx is installed (install via pip for example).
54-
2. `cd docs/`
55-
3. `make html`
25+
Please refer to https://www.tensorflow.org/install/.

0 commit comments

Comments
 (0)