diff --git a/docs/install/index.md b/docs/install/index.md index fc136978ac50..7ddbaa88c1b2 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -597,7 +597,8 @@ MXNet developers should refer to the MXNet wiki's

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

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**
Validate the installation. -
+
+ +
+
+Refer to the MXNet Windows installation guide + +
@@ -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. - +

@@ -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 MXNet Windows installation guide. -
+ @@ -915,6 +922,8 @@ options(repos = cran) install.packages("mxnet") ``` +To run MXNet you also should have OpenCV and OpenBLAS installed. +