Getting Started

This page will tell you how to install, test and contribute to the package.

Installing

NODAL.jl runs on Julia nightly. To get the latest version run:

julia> Pkg.clone("NODAL")

Running Tests

Run all tests with:

$ julia --color=yes test/runtests.jl

Contributing

You will need Julia nightly. Check the project’s REQUIRE file for an up-to-date dependency list. Please, feel free to fork the repository and submit a pull request. You can also check the GitHub issues page for things that need to be done.