Installation - SkyWorld117/DianoiaML.jl GitHub Wiki

The package is registered in General. To install the package, simply type the following code in either REPL or a .jl file then execute it:

using Pkg
Pkg.add("DianoiaML")

You can also press ] in REPL to activate Pkg directly and install the package with the following command:

add DianoiaML