Installation#

(Credit: https://xkcd.com/1987/)

Dependencies#

  • Julia v1.10 or newer

Steps#

  1. Open a julia session (REPL)
  2. If you want, make a new environment (see package management documentation for more details), with:
    ] activate .
    Here, ] switches from the julia REPL to the package manager
  3. Add MinimallyDisruptiveCurves.jl to your current environment with
    ] add MinimallyDisruptiveCurves
  4. Finally preface any julia code running in your environment, with:
    using MinimallyDisruptiveCurves