This template uses Poetry as a dependency manager.
I have similar template that uses Pipenv here.
- Install Cookiecutter globally
pip install cookiecutter
- Use my template
cookiecutter https://github.com/great-glow/cookiecutter-python-template cd <project-folder> git init poetry install git add . git commit -m "Initial commit"