CLI
Installation
How to install the Weco CLI
Prerequisites
The weco CLI currently supports Python version 3.8 and above.
Install the CLI
curl -fsSL https://weco.ai/install.sh | shpowershell -ExecutionPolicy ByPass -c "irm https://weco.ai/install.ps1 | iex"irm https://weco.ai/install.ps1 | iexpip install wecoWe recommend using a virtual environment when installing with pip.
git clone https://github.com/wecoai/weco-cli.gitcd weco-clipip install -e .Use this if you want to contribute or modify Weco.
Set Up with LLM
Alternatively, use this prompt to guide an AI coding assistant (like Cursor, Claude Code, GitHub Copilot) through installing and setting up Weco in your codebase.
IDE Agent Setup Prompt
What's Next?
You're ready to start optimizing! See the Quickstart guide for a complete walkthrough.