Menu Close

Releases

Nemo:

To obtain Nemo, follow these steps:

  • Install Julia-0.6 or later.
  • julia> Pkg.add(“Nemo”)
  • julia> using Nemo

If Nemo doesn’t automatically start building, you may have to issue:

  • julia> Pkg.build(“Nemo”)

To run the Nemo test suite:

  • julia> Pkg.test(“Nemo”)

If the standard build above failed, or you wish to be a Nemo developer, you can switch to the master branch of our repository. This is done by issuing:

  • julia> Pkg.checkout(“Nemo”)

The master development branch usually contains more recent updates and can be more unstable. However, it can sometimes be a lifeline.