Installation#

Dependencies#
- Julia v1.10 or newer
Steps#
- Open a julia session (REPL)
- If you want, make a new environment (see package management documentation for more details), with:Here,
] activate .]switches from the julia REPL to the package manager - Add MinimallyDisruptiveCurves.jl to your current environment with
] add MinimallyDisruptiveCurves - Finally preface any julia code running in your environment, with:
using MinimallyDisruptiveCurves