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
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
118118With the Virtualenv environment activated, you can now
You can’t perform that action at this time.
0 commit comments