Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

INSTALL

github-actions edited this page Feb 24, 2026 · 1 revision

Installation Guide

Prerequisites

  • Python ≥ 3.11
  • Poetry ≥ 2.2.1

Getting Started

macOS Setup Guide

Windows Setup Guide

Poetry Setup

curl -sSL https://install.python-poetry.org | python3 -
# OR
pip install poetry>=1.5.0

Virtual Environment Configuration

poetry config virtualenvs.path /your/desired/path

Ensure .env.local, .env are configured with appropriate keys.

Install Dependencies

poetry lock --no-cache
poetry install --all-extras --with dev

Or manually

poetry install
poetry install --extras "each block name with spaces"

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.