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.