Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 486 Bytes

File metadata and controls

16 lines (12 loc) · 486 Bytes

Installation

To install {{PACKAGE}} please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then add the package:

julia> ]
pkg> add {{PACKAGE}}

Tip

If you are new to Julia, please follow this guidelines.

Note

The package requires Julia version 1.10 or later.