aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/install/install_windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/install/install_windows.md')
-rw-r--r--tensorflow/docs_src/install/install_windows.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/tensorflow/docs_src/install/install_windows.md b/tensorflow/docs_src/install/install_windows.md
index be6a490ff9..3025c9971a 100644
--- a/tensorflow/docs_src/install/install_windows.md
+++ b/tensorflow/docs_src/install/install_windows.md
@@ -71,12 +71,14 @@ Use that package at your own risk.
## Installing with native pip
-If the following version of Python is not installed on your machine,
+If one of the following versions of Python is not installed on your machine,
install it now:
* [Python 3.5.x 64-bit from python.org](https://www.python.org/downloads/release/python-352/)
+ * [Python 3.6.x 64-bit from python.org](https://www.python.org/downloads/release/python-362/)
-Note that Python 3.5.x comes with the pip3 package manager, which is the
+-TensorFlow supports Python 3.5.x and 3.6.x on Windows.
+Note that Python 3 comes with the pip3 package manager, which is the
program you'll use to install TensorFlow.
To install TensorFlow, start a terminal. Then issue the appropriate