Skip to content

Installation

Yi Zhu edited this page Jun 1, 2021 · 6 revisions

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
Clone this wiki locally