Installation

The library is available on the Python Package Index (PyPI) and can be installed easily with pip.

Basic Installation

Run the following command in your terminal:

pip install erbsland-conf

Python Version Support

erbsland-conf supports Python 3.12 and newer. Make sure you have a compatible version of Python installed before proceeding.

Using a Virtual Environment

It is recommended to install the package inside a virtual environment to avoid conflicts with other Python projects on your system:

python -m venv .venv
source .venv/bin/activate   # On Windows use: .venv\Scripts\activate
pip install erbsland-conf

Upgrading to the Latest Version

If you already have the library installed and want to upgrade to the latest version, run:

pip install --upgrade erbsland-conf