# Installation ```{warning} The OpenAI and Anthropic clients have not been thoroughly tested due to lack of API keys. ``` ```bash pip install git+https://github.com/dlg1206/llumpy.git@1.0.0 ``` Or add to `requirements.txt`: ``` llumpy @ git+https://github.com/dlg1206/llumpy.git@1.0.0 ```