Skip to content

Installation

Rishap Gandhi edited this page Jun 13, 2026 · 1 revision

Installation Guide

Prerequisites

One-Line Install

git clone https://github.com/rishapgandhi/quick_design.git
cd quick_design && bash install.sh

Manual Setup

pip install -r requirements.txt
cp .env.example .env
# Edit .env → add GEMINI_API_KEY

Connect to OpenClaw

Add to ~/.openclaw/openclaw.json under mcp.servers:

{
  "quick_design": {
    "command": "python3",
    "args": ["-m", "src.server"],
    "cwd": "/path/to/quick_design"
  }
}

Then: openclaw daemon restart

Clone this wiki locally