Help HandyLLM & Contributing - atomiechen/HandyLLM GitHub Wiki

Contributing

To be done...

Local Development

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

Test

To run tests and get coverage report in HTML:

bash scripts/test.sh