We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To be done...
First clone the repo.
Create a virtual environment:
python -m venv .venv
and then activate it:
source .venv/bin/activate
Now install dependencies (both HandyLLM in editable mode and dev dependencies):
pip install -r requirements.txt
To run tests and get coverage report in HTML:
bash scripts/test.sh