aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/cmake/README.md')
-rw-r--r--tensorflow/contrib/cmake/README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/tensorflow/contrib/cmake/README.md b/tensorflow/contrib/cmake/README.md
index fe83bb3204..8f85a75ee4 100644
--- a/tensorflow/contrib/cmake/README.md
+++ b/tensorflow/contrib/cmake/README.md
@@ -26,7 +26,7 @@ The CMake files in this directory can build the core TensorFlow runtime, an
example C++ binary, and a PIP package containing the runtime and Python
bindings.
-### Prerequisites
+### Pre-requisites
* CMake version 3.5 or later.
@@ -34,16 +34,14 @@ bindings.
* [SWIG](http://www.swig.org/download.html)
-* Additional prerequisites for Microsoft Windows:
+* Additional pre-requisites for Microsoft Windows:
- Visual Studio 2015
- Python 3.5
+ - NumPy 1.11.0 or later
-* Additional prerequisites for Linux:
+* Additional pre-requisites for Linux:
- Python 2.7 or later
- [Docker](https://www.docker.com/) (for automated testing)
-
-* Python dependencies:
- - wheel
- NumPy 1.11.0 or later
### Known-good configurations
@@ -104,7 +102,7 @@ ops or APIs.
Step-by-step Windows build
==========================
-1. Install the prerequisites detailed above, and set up your environment.
+1. Install the pre-requisites detailed above, and set up your environment.
* The following commands assume that you are using the Windows Command
Prompt (`cmd.exe`). You will need to set up your environment to use the