InstallationΒΆ

OPF-Gym requires Python >= 3.10. After creating a virtual environment, run:

pip install opfgym

Alternatively, you can install the latest version from the source code. For example, to install the most recent development version, clone the repository and run:

pip install -e .