Installation ============ Varona requires Python 3.10+. To install the library, it's recommended to first establish a virtual environment: .. code-block:: bash $ python3 -m venv myenv $ source myenv/bin/activate Once the virtual environment is activated, the library can be installed using the following command: .. code-block:: bash $ pip install --extra-index-url https://pypi.pohl.io/simple/ varona