aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-09 17:14:42 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-09 17:14:42 -0700
commita03b64403a20b2c9bbb8756ed59f568f09425cdb (patch)
tree37f0c405e431f9f0d1bbe750d8eae4432294f2ca /tensorflow/docs_src
parent7fa6fbb66ba03d82639f8d369456304d35f2ae4d (diff)
parent12f27950c4862849b85fbc8406ab18e365b32af2 (diff)
Merge pull request #21527 from av8ramit:update_install_source_docs
PiperOrigin-RevId: 208136518
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/install/install_sources.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/docs_src/install/install_sources.md b/tensorflow/docs_src/install/install_sources.md
index 8bb09f4021..843c3bead5 100644
--- a/tensorflow/docs_src/install/install_sources.md
+++ b/tensorflow/docs_src/install/install_sources.md
@@ -180,7 +180,10 @@ 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 mock</b> </pre>
+<pre> $ <b>sudo pip install six numpy wheel mock h5py</b>
+ $ <b>sudo pip install keras_applications==1.0.4 --no-deps</b>
+ $ <b>sudo pip install keras_preprocessing==1.0.2 --no-deps</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