Weco Logo
Weco Docs

Installation

How to install the Weco CLI

Prerequisites

The weco CLI currently supports Python version 3.8 and above.

Installation

Install the weco CLI using pip:

pip install weco

Install from source:

git clone https://github.com/wecoai/weco-cli.git
cd weco-cli
pip install -e .

Tip: We recommend using a virtual environment.

What's Next?

You're ready to start optimizing! See the Getting Started guide for a complete walkthrough.

On this page