Installation
Installing via PyPI
To install in a virtual environment using pip:
python3 -m venv .venv
source .venv/bin/activate
pip install -U testbuddy-g5k
Dependencies
Testbuddy-g5k depends on Click and has been tested with Python 3.11.
Contributing
If you would like to contribute to this project, the easiest way to start is to clone the git repository and use Poetry to get a dev environment with all the dependencies.