-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Rishap Gandhi edited this page Jun 13, 2026
·
1 revision
- Python 3.10+
- wkhtmltopdf (
sudo apt install wkhtmltopdf) - Gemini API key (free from https://aistudio.google.com/apikey)
git clone https://github.com/rishapgandhi/quick_design.git
cd quick_design && bash install.shpip install -r requirements.txt
cp .env.example .env
# Edit .env → add GEMINI_API_KEYAdd to ~/.openclaw/openclaw.json under mcp.servers:
{
"quick_design": {
"command": "python3",
"args": ["-m", "src.server"],
"cwd": "/path/to/quick_design"
}
}Then: openclaw daemon restart