Skip to content

Installation

Requirements

  • Python 3.10+ - Download Python
  • Docker - Required for database and services
  • Node.js 18+ - For frontend development

Install Lich CLI

pip install lich

Verify Installation

lich --version
# 🧙 Lich Toolkit v1.4.1

Update to Latest Version

pip install --upgrade lich

Optional Tools

For the best development experience, install these tools:

IPython (for lich shell)

pip install ipython

pytest-watch (for lich test --watch)

pip install pytest-watch

Next Steps

After installation, create your first project:

lich init

:octicons-arrow-right-24: Quick Start Guide