From fb5588002baa8d3415207723e228563154334568 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Fri, 8 Sep 2017 12:49:33 -0700 Subject: [PATCH] Add a statement on install/index.md on what os are supported. PiperOrigin-RevId: 168032996 --- tensorflow/docs_src/install/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tensorflow/docs_src/install/index.md b/tensorflow/docs_src/install/index.md index 3df16139fb8..eddbfe9e31e 100644 --- a/tensorflow/docs_src/install/index.md +++ b/tensorflow/docs_src/install/index.md @@ -1,5 +1,13 @@ # Installing TensorFlow +We've built and tested TensorFlow on the following 64-bit laptop/desktop +operating systems: + * MacOS X 10.11 (El Capitan) or later. + * Ubuntu 14.04 or later + * Windows 7 or later. +Although you might be able to install TensorFlow on other laptop or desktop +systems, we only support (and only fix issues in) the preceding configurations. + The following guides explain how to install a version of TensorFlow that enables you to write applications in Python: