How to use at KIT - jan-david-fischbach/python GitHub Wiki
marp: true theme: uncover class: invert
TL;DR
Setup an empty git repository first!
then run
pip install cookiecutter
cookiecutter gh:jan-david-fischbach/python
and follow the instructions
Step by Step
Step 1: New Gitlab-Repo
Step 2 (Optional): Set up virtual environment
mamba create -n playground
conda activate playground
mamba install python=3.10
cookiecutter
Step 3: Install and run pip install cookiecutter
cookiecutter gh:jan-david-fischbach/python
Install:
Run:
Use the browser URL of the repo for the package_url
and the URL you'd use for cloning as the git_remote
.