Coverage | ARTENOLIS |
---|---|
- Use Linux (Debian and centOS), macOS X, or Windows 10 as your operating system.
GigaSOM
has been tested on these systems. - In order to use
GigaSOM
, you need to install Julia 1.0 or higher. You can find the download and installation instructions for Julia here.
Once julia
has been installed, follow these
instructions to get
started.
💡 If you are a complete beginner with Julia, it is advised that you familiarize youself with the full documentation. You should also have a closer look at the Julia package manager.
At the Julia prompt, add the GigaSOM
package:
julia> import Pkg; Pkg.add("GigaSOM");
Use the GigaSOM
module by running:
julia> using GigaSOM
GigaSOM
has been tested on Linux (Ubuntu and centOS), macOS, and Windows.
You may test the package as follows:
julia> import Pkg; Pkg.test("GigaSOM");
Alternatively, you can use the package manager by hitting ]
:
(v1.1) pkg> test GigaSOM
test/runtests.jl
file sequentially.