Skip to content

Getting Started

This guide will help you get started with the Elia OpenData Python package.

Installation

Stable Release

Install the latest stable version from PyPI:

pip install elia-opendata

Development Version

For the latest features and bug fixes, you can install the development version:

pip install git+https://github.com/WattsToAnalyze/elia-opendata.git@main

Nightly/Pre-release Version

You can install the latest pre-release build directly from GitHub Releases:

  1. Go to the Releases page
  2. Find the most recent pre-release
  3. Copy the link to the .whl file
  4. Install with:
pip install https://github.com/WattsToAnalyze/elia-opendata/releases/download/<TAG>/<WHEEL_FILENAME>

Next Steps