Skip to content

Commit

Permalink
fix mac r install and windows python build from source docs (apache#1…
Browse files Browse the repository at this point in the history
…2919)

* fix mac r install and windows python build from source docs

* reorder macos r install instructions
  • Loading branch information
aaronmarkham authored and Jose Luis Contreras committed Nov 13, 2018
1 parent c4878f8 commit c5536e3
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/).
Expand Down Expand Up @@ -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 -->


Expand Down Expand Up @@ -886,15 +893,15 @@ 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/>

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 -->

Expand All @@ -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">
Expand Down

0 comments on commit c5536e3

Please sign in to comment.