Client

Client Installation

Install the `ckc` client from the Python package `cookiefarm`.

Client Installation

ckc is distributed through the Python package cookiefarm.

Prerequisites

  • Python 3.14+
  • pip
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install cookiefarm

Verify:

ckc --version
ckc --help

Upgrade

pip install --upgrade cookiefarm

Practical Notes

  • If ckc is not found, make sure your virtual environment is active.
  • In CI, always use a dedicated virtual environment.

How is this guide?

On this page