Skip to content

Commit c9d2c2e

Browse files
committed
Update README.md
1 parent 8afc4b9 commit c9d2c2e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You can install [tensorflow](https://www.tensorflow.org/install/) via pip or via
1717

1818
#### pip
1919
- CPU-only: <br/>
20-
`pip install tf-nightly`
20+
`pip install tensorflow`
2121
- GPU: <br/>
22-
`pip install tf-nightly-gpu`
22+
`pip install tensorflow-gpu`
2323

2424
### Hardware-optimized tensorflow installation (compiling from source)
2525
Please refer to https://www.tensorflow.org/install/ .
@@ -35,7 +35,6 @@ First, you have to install bazel (a build tool).
3535
https://docs.bazel.build/versions/master/install.html
3636

3737
#### Compilation
38-
This does not work yet.
3938
1. Get newest TensorFlow repo from github via git clone:<br/>
4039
`git clone https://github.com/tensorflow/tensorflow.git`
4140
2. `cd tensorflow/`

0 commit comments

Comments
 (0)