Usage
How to install
First download and install the current stable release of Julia. Please see platform specific instructions for further installation instructions and if you have trouble installing Julia.
If you are new to Julia, it may be a good idea to check out the Getting Started section of the Julia Manual. Links to other learning resources can be found at julialang.org/learning.
Installing as Julia package
In the Julia REPL, install Atlans
by:
> using Pkg; Pkg.add("Atlans") julia
or, enter the package manager by pressing ]
and type:
> add Atlans pkg
To install the latest development version from the GitHub repository directly, enter the package manager and use:
> add https://github.com/Deltares-research/Atlans.jl.git pkg
Check installation by:
> using Atlans julia
The first time this will take longer as any package that is new or changed needs to be pre-compiled first, to allow faster loading on subsequent uses. No error messages should appear, indicating that you have now successfully installed Atlans.