aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Tiezhen WANG <wangtz@google.com>2018-08-07 20:06:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-07 20:10:20 -0700
commit35847b960fe59c0e2e5371db55041a62b65dbb37 (patch)
treebc9d2636e9089224ddfc3ec856eba66603db944f /tensorflow/docs_src
parent38e507f7666f6be34e6eb58bac3fb9140544f925 (diff)
Add missing python dependency.
PiperOrigin-RevId: 207824286
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/install/install_sources.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/docs_src/install/install_sources.md b/tensorflow/docs_src/install/install_sources.md
index a7c0b6970a..8bb09f4021 100644
--- a/tensorflow/docs_src/install/install_sources.md
+++ b/tensorflow/docs_src/install/install_sources.md
@@ -168,6 +168,7 @@ If bazel is not installed on your system, install it now by following
To build TensorFlow, you must install the following packages:
* six
+* mock
* numpy, which is a numerical processing package that TensorFlow requires.
* wheel, which enables you to manage Python compressed packages in the wheel
(.whl) format.
@@ -179,7 +180,7 @@ If you follow these instructions, you will not need to disable SIP.
After installing pip, invoke the following commands:
-<pre> $ <b>sudo pip install six numpy wheel</b> </pre>
+<pre> $ <b>sudo pip install six numpy wheel mock</b> </pre>
Note: These are just the minimum requirements to _build_ tensorflow. Installing
the pip package will download additional packages required to _run_ it. If you