From 09e2e823bdbcb86542acef851c42754578be3f6c Mon Sep 17 00:00:00 2001 From: Martin Wicke <martin.wicke@gmail.com> Date: Wed, 10 Feb 2016 12:27:36 -0800 Subject: [PATCH] Change more 0.5 to 0.6 --- tensorflow/g3doc/get_started/os_setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow/g3doc/get_started/os_setup.md b/tensorflow/g3doc/get_started/os_setup.md index 0b35a996b0e..5e5a3be7387 100644 --- a/tensorflow/g3doc/get_started/os_setup.md +++ b/tensorflow/g3doc/get_started/os_setup.md @@ -106,13 +106,13 @@ $ source ~/tensorflow/bin/activate.csh # If using csh (tensorflow)$ # Your prompt should change # Ubuntu/Linux 64-bit, CPU only: -(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl +(tensorflow)$ 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: -(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl +(tensorflow)$ 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: -(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl +(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.6.0-py2-none-any.whl ``` With the Virtualenv environment activated, you can now