Skip to content

Help HandyLLM & Contributing

Atomie CHEN edited this page Jun 29, 2024 · 4 revisions

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
Clone this wiki locally