Skip to content

Getting Started

Prerequisites#

  • Python3.11 or newer

Installation#

pip install init-python-project

Note: If you have pipx installed (you should, it is good), you can skip this step and instead run it directly using pipx run init-python-project

Usage#

init-python-project <name of project>
Using pipx
pipx run init-python-project
Using copier

The underlying template is built using copier. This means you can also use the copier template directly like this:

copier copy --trust https://git01.iis.fhg.de/mkj/project-template.git my_new_project

Note: --trust is required because the template uses tasks to setup your git repository for you.