Installation ============ **EnvModel** supports Python >= 3.12. ## Installing with `pip` **EnvModel** is available [on PyPI](https://pypi.org/project/envmodel/). Just run ```bash pip install envmodel ``` ## Installing from source To install **EnvModel** from source, first clone [the repository](https://github.com/cccaballero/envmodel): ```bash git clone https://github.com/cccaballero/envmodel.git cd envmodel ``` Then run ```bash pip install -e . ```