Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Install ML Prerequisites

Ricardo Barona edited this page Dec 20, 2016 · 5 revisions

Building or installing prerequisites should be done in a directory created under the /home/solution-user/ directory. It is recommended to create a temporary folder called “src” so that it can be deleted easily after successful validation.

mkdir src
cd src

In order to build Scala code, a SBT installation is required. Please download and install sbt.

Clone this wiki locally