Installation
To use Diplodocus you will first need to install Julia on your machine (see guide for installing Julia here)
Then inside a Julia REPL you can install Diplodocus.jl using the julia package manager
julia
juila> ] # ']' should be pressed
pkg> add DiplodocusThat's it! For guides on setting up simulations see the Tutorials.
WARNING
The main branch of Diplodocus.jl is currently locked to v0.1 while v0.2 is being tested. To use the dev branch with v0.2 features use instead:
add Diplodocus#dev
But this version is not guaranteed to be stable.