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#
Julia User Guide — learn how to define mechanisms and run solvers
Julia API Reference — full API documentation
Development Setup — set up for contributing to MUSICA