This page walks you through installing the Critiqor CLI from PyPI, verifying your setup, keeping Critiqor up to date, and uninstalling it if needed.
Requirements
- Python 3.10 or newer. Check your version with
python --version.
- A working
pip installation.
- A virtual environment is strongly recommended (see the tip below).
Install
Create and activate a virtual environment (recommended)
Install Critiqor from PyPI
Verify the installation
You should see output listing the available Critiqor commands. If the command is not found, confirm that your virtual environment is active and that the install completed without errors.
Update Critiqor
To upgrade to the latest version, run:
To check which version is currently installed:
This prints package metadata including the installed version number, so you can confirm the upgrade succeeded.
Uninstall
To remove Critiqor from your environment, run:
Confirm the prompt when asked. This removes the Critiqor package and its CLI entry point from the active environment.
Always install Critiqor inside a virtual environment. This keeps its dependencies isolated from your other projects and makes it easy to manage or remove later. Tools like venv, virtualenv, or pyenv all work well.
With Critiqor installed, you’re ready to connect it to your first OpenClaw agent. Follow the Quickstart guide to run your first evaluation.