-
Notifications
You must be signed in to change notification settings - Fork 1
Help HandyLLM & Contributing
Atomie CHEN edited this page Jul 28, 2024
·
4 revisions
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
Check lint errors:
bash scripts/lint.sh
Format code:
bash scripts/format.sh
To run tests and get coverage report in HTML:
bash scripts/test.sh