Quick Start

  1. Install the most recent version of Julia
  2. Install the package EnergyModelsBase and the time package TimeStruct, by running:
    ] add TimeStruct
    ] add EnergyModelsBase
Note

If you receive the error that EnergyModelsBase is not yet registered, you have to add the package using the GitHub repositories through

] add https://github.com/EnergyModelsX/EnergyModelsBase.jl

Once the package is registered, this is not required.