From 8fcc1b7c19a17c08bd7e83c4ae30bbf746617aa7 Mon Sep 17 00:00:00 2001 From: Ksoy Date: Wed, 24 Jul 2019 13:48:48 +0800 Subject: [PATCH] add: install latest --- docs/install/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/install/index.md b/docs/install/index.md index 2b904eb9347d..cd6d609c376e 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -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 +``` +
Refer to the Julia section of the MXNet Ubuntu installation guide. @@ -890,6 +896,13 @@ Not available at this time.
``` ]add MXNet#v1.5.0 ``` + +Install the latest release: + +``` +]add MXNet +``` +
Refer to the Julia section of the MXNet macOS installation guide. @@ -1226,6 +1239,13 @@ MXNet-Java for Windows is not yet available. ``` ]add MXNet#v1.5.0 ``` + +Install the latest release: + +``` +]add MXNet +``` +
Refer to the Julia section of the MXNet Windows installation guide.