Change 0.5 to 0.6
Bug in the docs
This commit is contained in:
parent
8242b4dd1b
commit
ad7bfc0232
@ -53,14 +53,14 @@ Install TensorFlow:
|
||||
|
||||
```bash
|
||||
# Ubuntu/Linux 64-bit, CPU only:
|
||||
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
|
||||
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl
|
||||
|
||||
# Ubuntu/Linux 64-bit, GPU enabled:
|
||||
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
|
||||
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl
|
||||
|
||||
# Mac OS X, CPU only:
|
||||
$ sudo easy_install --upgrade six
|
||||
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
|
||||
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.6.0-py2-none-any.whl
|
||||
```
|
||||
|
||||
You can now [test your installation](#test_install).
|
||||
|
Loading…
Reference in New Issue
Block a user