Skip to content

Installation

Stable release

To install createllm, run this command in your terminal:

1
pip install createllm

This is the preferred method to install createllm, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

From sources

To install createllm from sources, run this command in your terminal:

Clone the repository and install manually:

1
2
3
git clone https://github.com/yourusername/createllm.git
cd createllm
pip install .