File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tensorflow/g3doc/get_started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ $ source ~/tensorflow/bin/activate.csh # If using csh
106
106
(tensorflow)$ # Your prompt should change
107
107
108
108
# 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
110
110
111
111
# 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
113
113
114
114
# 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
116
116
```
117
117
118
118
With the Virtualenv environment activated, you can now
You can’t perform that action at this time.
0 commit comments