Installation

From PyPI

Cookiecutter Python Package Demo is available on PyPI. Install with pip or your package manager of choice:

pip install cookiecutter-python-package-demo

From source

If you’d like, you can also install Cookiecutter Python Package Demo from source (with flit):

git clone https://github.com/sgraaf/cookiecutter-python-package-demo.git
cd cookiecutter-python-package-demo
python3 -m pip install flit
flit install