Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

fix mac r install and windows python build from source docs #12919

Merged
merged 2 commits into from
Oct 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these steps need to be done before calling install.packages

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that section was breaking for some reason... moving it fixed it.
Moving it back worked too. 🤷‍♂️
My preview looks fine, but let's be sure to look at the CI output and see if it broke again over there.


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