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

Commit

Permalink
update julia install doc (#15609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksoy authored and iblislin committed Jul 31, 2019
1 parent f0b6d72 commit f2ac85a
Showing 1 changed file with 62 additions and 2 deletions.
64 changes: 62 additions & 2 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,22 @@ Indicate your preferred configuration. Then, follow the customized commands to i
</div>
</div>
</div>

<!-- Linux Julia Options -->

<div class="linux macos windows">
<div class="julia">
<div class="cpu gpu">
<div class="btn-group opt-group" role="group">
<button type="button" class="btn btn-default environs opt active">Pkg</button>
<button type="button" class="btn btn-default environs opt">Build from Source</button>
</div>
</div>
</div>
</div>

<hr>

<!-- END - Main Menu -->

<!-- START - Linux Python CPU Installation Instructions -->
Expand Down Expand Up @@ -583,8 +598,23 @@ You can use the Maven packages defined in the following dependency to include MX
<div class="julia">
<div class="cpu gpu">
</br>
<div class="pkg">

```
]add MXNet#v1.5.0
```

Install the latest release:

```
]add MXNet
```

</div>
<div class="build-from-source">
Refer to the <a href="ubuntu_setup.html#install-the-mxnet-package-for-julia">Julia section of the MXNet Ubuntu installation guide</a>.

</div>
</div> <!-- End of cpu gpu -->
</div> <!-- End of julia -->

Expand All @@ -594,7 +624,7 @@ Refer to the <a href="ubuntu_setup.html#install-the-mxnet-package-for-julia">Jul
Refer to the <a href="ubuntu_setup.html#install-the-mxnet-package-for-perl">Perl section of the MXNet Ubuntu installation guide</a>.

</div> <!-- End of cpu gpu -->
</div> <!-- End of julia -->
</div> <!-- End of perl -->



Expand Down Expand Up @@ -885,8 +915,23 @@ Not available at this time. <br>
<div class="julia">
<div class="cpu gpu">
</br>
<div class="pkg">

```
]add MXNet#v1.5.0
```

Install the latest release:

```
]add MXNet
```

</div>
<div class="build-from-source">
Refer to the <a href="osx_setup.html#install-the-mxnet-package-for-julia">Julia section of the MXNet macOS installation guide</a>.

</div>
</div> <!-- End of cpu gpu -->
</div> <!-- End of julia -->

Expand Down Expand Up @@ -1227,8 +1272,23 @@ MXNet-Java for Windows is not yet available.
<div class="julia">
<div class="cpu gpu">
</br>
<div class="pkg">

```
]add MXNet#v1.5.0
```

Install the latest release:

```
]add MXNet
```

</div>
<div class="build-from-source">
Refer to the <a href="windows_setup.html#install-the-mxnet-package-for-julia">Julia section of the MXNet Windows installation guide</a>.

</div>
</div> <!-- End of cpu gpu -->
</div> <!-- End of julia -->

Expand All @@ -1238,7 +1298,7 @@ Refer to the <a href="windows_setup.html#install-the-mxnet-package-for-julia">Ju
Refer to the <a href="windows_setup.html#install-the-mxnet-package-for-perl">Perl section of the MXNet Windows installation guide</a>.

</div> <!-- End of cpu gpu -->
</div> <!-- End of julia -->
</div> <!-- End of perl -->

<div class="cpp">
<div class="cpu gpu">
Expand Down

0 comments on commit f2ac85a

Please sign in to comment.