Skip to content

Installation

Stable release

To install test_cookie, run this command in your terminal:

uv add test_cookie

Or if you prefer to use pip:

pip install test_cookie

From source

The source files for test_cookie can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/scalgary/test_cookie

Or download the tarball:

curl -OJL https://github.com/scalgary/test_cookie/tarball/main

Once you have a copy of the source, you can install it with:

cd test_cookie
uv sync