Installation

EnvModel supports Python >= 3.12.

Installing with pip

EnvModel is available on PyPI. Just run

pip install envmodel

Installing from source

To install EnvModel from source, first clone the repository:

git clone https://github.com/cccaballero/envmodel.git
cd envmodel

Then run

pip install -e .