Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 738 Bytes

Python Project Template

License - MIT

A cookiecutter template for setting up python projects.

Table of Contents

Getting Started

Install cookiecutter using pipx:

pipx install cookiecutter

Alternatively, install cookiecutter using pip:

pip install --user cookiecutter

Start the interactive dialogue to create a new python project:

cookiecutter https://github.com/manuelkonrad/python-template.git

License

The python-template is distributed under the terms of the MIT license.