Initial Setup Guide

Initial Setup Guide

This guide will walk you through the initial setup process before trying out Kaizen SDK features.

  1. Create and activate a virtual environment:

    Mac/Linux

    python3 -m venv venv
    source venv/bin/activate

    Windows

    python -m venv venv
    .\venv\Scripts\activate
  2. 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.