Quick Start

  1. Install the most recent version of Julia

  2. Install the package EnergyModelsLanguageInterfaces by running:

    ] add EnergyModelsLanguageInterfaces
  3. If you plan to create new element descriptions from the sampled data, you also must install the package EnergyModelsBase and the time package TimeStruct by running:

    ] add EnergyModelsBase
    ] add TimeStruct
Note

If you receive the error that EnergyModelsLanguageInterfaces is not yet registered, you have to add the package using the GitHub repositories through ] add https://github.com/EnergyModelsX/EnergyModelsLanguageInterfaces.jl. Once the package is registered, this is not required.