Skip to content

Installation

Stable release

To install cookiecutter_example, run this command in your terminal:

uv add cookiecutter_example

Or if you prefer to use pip:

pip install cookiecutter_example

From source

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

You can either clone the public repository:

git clone https://github.com/andlarsen/cookiecutter_example

Or download the tarball:

curl -OJL https://github.com/andlarsen/cookiecutter_example/tarball/main

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

cd cookiecutter_example
uv sync