8000 Change more 0.5 to 0.6 · limscoder/tensorflow@09e2e82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09e2e82

Browse files
committed
Change more 0.5 to 0.6
1 parent ad7bfc0 commit 09e2e82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow/g3doc/get_started/os_setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ $ source ~/tensorflow/bin/activate.csh # If using csh
106106
(tensorflow)$ # Your prompt should change
107107

108108
# Ubuntu/Linux 64-bit, CPU only:
109-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
109+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl
110110

111111
# Ubuntu/Linux 64-bit, GPU enabled:
112-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
112+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl
113113

114114
# Mac OS X, CPU only:
115-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
115+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.6.0-py2-none-any.whl
116116
```
117117

118118
With the Virtualenv environment activated, you can now

0 commit comments

Comments
 (0)
0