From 329beb4978e1a4b824da06f8f09977cdce305ed1 Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Thu, 9 Aug 2018 13:56:00 -0700 Subject: Adding the new dependencies to build from source for master. --- tensorflow/docs_src/install/install_sources.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tensorflow/docs_src') 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: -
 $ sudo pip install six numpy wheel mock 
+
 $ sudo pip install six numpy wheel mock h5py
+        sudo pip install keras_applications==1.0.4 --no-deps
+        sudo pip install keras_preprocessing==1.0.2 --no-deps
+
Note: These are just the minimum requirements to _build_ tensorflow. Installing the pip package will download additional packages required to _run_ it. If you -- cgit v1.2.3 From 12f27950c4862849b85fbc8406ab18e365b32af2 Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Thu, 9 Aug 2018 13:58:22 -0700 Subject: Fix formatting. --- tensorflow/docs_src/install/install_sources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tensorflow/docs_src') diff --git a/tensorflow/docs_src/install/install_sources.md b/tensorflow/docs_src/install/install_sources.md index 1b949824ea..843c3bead5 100644 --- a/tensorflow/docs_src/install/install_sources.md +++ b/tensorflow/docs_src/install/install_sources.md @@ -181,8 +181,8 @@ If you follow these instructions, you will not need to disable SIP. After installing pip, invoke the following commands:
 $ sudo pip install six numpy wheel mock h5py
-        sudo pip install keras_applications==1.0.4 --no-deps
-        sudo pip install keras_preprocessing==1.0.2 --no-deps
+ $ sudo pip install keras_applications==1.0.4 --no-deps
+ $ sudo pip install keras_preprocessing==1.0.2 --no-deps
 
Note: These are just the minimum requirements to _build_ tensorflow. Installing -- cgit v1.2.3