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
Recommended Installation (venv)
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install cookiefarmVerify:
ckc --version
ckc --helpUpgrade
pip install --upgrade cookiefarmPractical Notes
- If
ckcis not found, make sure your virtual environment is active. - In CI, always use a dedicated virtual environment.
How is this guide?