Quick Start
Install the most recent version of Julia
Install the package
EnergyModelsLanguageInterfacesby running:] add EnergyModelsLanguageInterfacesIf you plan to create new element descriptions from the sampled data, you also must install the package
EnergyModelsBaseand the time packageTimeStructby running:] add EnergyModelsBase ] add TimeStruct
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.