Skip to content

How To Install Cookiecutter

Prerequisites

  • Python interpreter

  • Adjust your path(Ensure that your bin folder is on your path for your platform. Typically ~/.local/ for UNIX and macOS, or %APPDATA%\Python on Windows.)

Install Cookiecutter

Cookiecutter installation

with pip python3 -m pip install --user cookiecutter

mac with brew brew install cookiecutter

Pipx (Linux, OSX and Windows): pipx install cookiecutter