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

Commit

Permalink
add: install latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksoy committed Jul 26, 2019
1 parent 2f9f151 commit 8fcc1b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@ You can use the Maven packages defined in the following dependency to include MX
]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>.
Expand Down Expand Up @@ -890,6 +896,13 @@ Not available at this time. <br>
```
]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>.
Expand Down Expand Up @@ -1226,6 +1239,13 @@ MXNet-Java for Windows is not yet available.
```
]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>.
Expand Down

0 comments on commit 8fcc1b7

Please sign in to comment.