Installation

If you have a running Julia distribution (Julia 0.4 or greater), you have everything you need to install FreudenthalTriangulation.jl. To install the package, simply run the following from the Julia REPL:

import Pkg
Pkg.add("FreudenthalTriangulation")