Installing canary#
Create and activate a virtual environment, then install canary-wm from PyPI:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install canary-wm
Verify the installation#
Confirm the command-line interface is available:
canary --help
(Optional) avoid reinstalling example dependencies#
If you plan to run the tutorial examples, consider installing in a clean environment to avoid version conflicts with other Python packages.