Julia#

Installing MUSICA#

MUSICA is registered in the General Julia registry. Install it from the Julia REPL:

using Pkg
Pkg.add("MUSICA")

Verifying the installation#

using MUSICA
println(MUSICA_VERSION)

This should print the installed version.

Next steps#