Initial Setup Guide
This guide will walk you through the initial setup process before trying out Kaizen SDK features.
-
Create and activate a virtual environment:
Mac/Linux
python3 -m venv venv source venv/bin/activate
Windows
python -m venv venv .\venv\Scripts\activate
-
Install poetry and Kaizen:
pip install poetry kaizen-cloudcode
Next you might want to configure your models to use your LLMs, tryout the features or self-host Kaizen.