Installation

VERONA can be installed directly through PyPI or Conda. Another option is to download the source code from the official repository and manually compile it.

PyPI

pip install verona

Manual compilation

git clone https://github.com/Kookaburra99/verona_library.git
  • Create a virtual environment (preferably a Conda environment):

conda create -n verona_env python==3.11
  • Install dependencies:

pip install -r requirements.txt
  • Install the code as library:

python setup.py install