diff --git a/tensorflow/docs_src/install/install_linux.md b/tensorflow/docs_src/install/install_linux.md index 82299bab560..c371712f57b 100644 --- a/tensorflow/docs_src/install/install_linux.md +++ b/tensorflow/docs_src/install/install_linux.md @@ -276,13 +276,8 @@ take the following steps: the following command:
-<<<<<<< HEAD - $ sudo pip install --upgrade \ - https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.0-cp27-none-linux_x86_64.whl -======= $ sudo pip3 install --upgrade \ https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.1-cp34-cp34m-linux_x86_64.whl ->>>>>>> google/r1.2If this step fails, see @@ -469,11 +464,7 @@ Take the following steps to install TensorFlow in an Anaconda environment:
(tensorflow)$ pip install --ignore-installed --upgrade \ -<<<<<<< HEAD - https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.0-cp27-none-linux_x86_64.whl-======= https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.1-cp34-cp34m-linux_x86_64.whl ->>>>>>> google/r1.2 diff --git a/tensorflow/docs_src/install/install_mac.md b/tensorflow/docs_src/install/install_mac.md index 7d136cdc59a..c8a9c495591 100644 --- a/tensorflow/docs_src/install/install_mac.md +++ b/tensorflow/docs_src/install/install_mac.md @@ -229,13 +229,8 @@ take the following steps: you are installing TensorFlow for Mac OS and Python 2.7 issue the following command: -<<<<<<< HEAD -
$ sudo pip install --upgrade \ - https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.2.0-py2-none-any.whl-=======
$ sudo pip3 install --upgrade \ https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.2.1-py2-none-any.whl->>>>>>> google/r1.2 If the preceding command fails, see [installation problems](#common-installation-problems).