aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Amit Patankar <amitpatankar@google.com>2018-08-09 13:56:00 -0700
committerGravatar Amit Patankar <amitpatankar@google.com>2018-08-09 13:56:00 -0700
commit329beb4978e1a4b824da06f8f09977cdce305ed1 (patch)
treea0656e864a7b509fe068254947b996545463cecc /tensorflow/docs_src
parent874437315670566611808674ec5a0741ae557314 (diff)
Adding the new dependencies to build from source for master.
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..1b949824ea 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