You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/26 20:15:58 UTC

[GitHub] indhub closed pull request #12919: fix mac r install and windows python build from source docs

indhub closed pull request #12919: fix mac r install and windows python build from source docs
URL: https://github.com/apache/incubator-mxnet/pull/12919
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/index.md b/docs/install/index.md
index fc136978ac5..7ddbaa88c1b 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -597,7 +597,8 @@ MXNet developers should refer to the MXNet wiki's <a href="https://cwiki.apache.
 <div class="r">
 <div class="cpu">
 </br>
-Install OpenCV and OpenBLAS.
+
+To run MXNet you also should have OpenCV and OpenBLAS installed. You may install them with `brew` as follows:
 
 ```bash
 brew install opencv
@@ -757,7 +758,7 @@ All MKL pip packages are experimental prior to version 1.3.0.
 </div> <!-- End of pip -->
 
 
-<div class="docker build-from-source">
+<div class="docker">
 <br/>
 
 Docker images with *MXNet* are available at [Docker Hub](https://hub.docker.com/r/mxnet/).
@@ -800,7 +801,13 @@ mxnet/python        1.3.0_cpu_mkl       deaf9bf61d29        4 days ago
 **Step 4** <a href="validate_mxnet.html">Validate the installation</a>.
 
 
-</div> <!-- End of docker build-from-source -->
+</div> <!-- End of docker -->
+
+<div class="build-from-source">
+<br/>
+Refer to the <a href="windows_setup.html">MXNet Windows installation guide</a>
+
+</div> <!-- End of Build from source -->
 </div> <!-- End of CPU -->
 
 
@@ -886,7 +893,7 @@ Refer to [#8671](https://github.com/apache/incubator-mxnet/issues/8671) for stat
 
 You can either upgrade your CUDA install or install the MXNet package that supports your CUDA version.
 
-</div>
+</div> <!-- End of pip -->
 
 <div class="build-from-source">
 <br/>
@@ -894,7 +901,7 @@ You can either upgrade your CUDA install or install the MXNet package that suppo
 To build from source, refer to the <a href="windows_setup.html">MXNet Windows installation guide</a>.
 
 
-</div> <!-- End of pip -->
+</div> <!-- End of build from source -->
 </div> <!-- End of GPU -->
 </div> <!-- End of Python -->
 
@@ -915,6 +922,8 @@ options(repos = cran)
 install.packages("mxnet")
 ```
 
+To run MXNet you also should have OpenCV and OpenBLAS installed.
+
 </div> <!-- END - Windows R CPU -->
 
 <div class="gpu">


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services