From 9d2bd8f6359ff7202e121db2e34d97c0580cf86c Mon Sep 17 00:00:00 2001
From: Michael Langguth <m.langguth@fz-juelich.de>
Date: Tue, 23 Jul 2024 23:29:08 +0200
Subject: [PATCH] Add software requirements to README.

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index bd1dab1..110a88d 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@ This is a small repository to train version controlling with git.
 During this training, you will practise how to utilize standard git commands such as `git commit`, `git push`, `git merge`, `git cherry-pick` and more. 
 Thereby, yu will also become familar with the git-rules defined in our ESDE-group (see [this presentation](https://link_to_simons_slides.pdf).)
 
+## Software requirements
+- Python 3
+- packages: typing, argparse
+
 ## Getting started
 
 1. Team up with another group member and sit next to each other or open a video call.
-- 
GitLab