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
with pip
python3 -m pip install --user cookiecutter
mac with brew
brew install cookiecutter
Pipx (Linux, OSX and Windows):
pipx install cookiecutter