You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/29 10:17:22 UTC

[GitHub] nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions

nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions
URL: https://github.com/apache/incubator-mxnet/pull/11152#discussion_r199116014
 
 

 ##########
 File path: docs/install/scala_setup.md
 ##########
 @@ -0,0 +1,87 @@
+# Setup the MXNet Package for Scala
+
+The following instructions are provided for macOS and Ubuntu. Windows is not yet available.
+
+**Note:** If you use IntelliJ or a similar IDE, you may want to follow the [MXNet-Scala on IntelliJ tutorial](../tutorials/scala/mxnet_scala_on_intellij.html) instead of these instructions.
+
+## Setup Instructions
+**Step 1.** Download the MXNet source.
+
+```bash
+git clone --recursive https://github.com/apache/incubator-mxnet.git mxnet
+cd mxnet
+```
+
+**Step 2.** Install dependencies:
+
+**macOS Steps**
+
+```bash
+brew update
+brew tap caskroom/versions
+brew cask install java8
+brew install maven
+brew install opencv@2
 
 Review comment:
   brew install opencv

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services