From 42dc01d2c3e283dc168fe54cffc64fb602ada4a3 Mon Sep 17 00:00:00 2001 From: dario Date: Sat, 16 Dec 2023 15:55:34 +0000 Subject: [PATCH 1/2] Updated readme with installation instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c14430d..0fd6c3e 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -The _Space Team Aachen Test Suite_ is a Python library for in-the-loop testing of flight software using artificial sensor measurements based on simulation data. It provides interfaces for sending data to your system and observing its behavior. \ No newline at end of file +The _Space Team Aachen Test Suite_ is a Python library for in-the-loop testing of flight software using artificial sensor measurements based on simulation data. It provides interfaces for sending data to your system and observing its behavior. + +### Installation + +* `git clone ssh://git@git.intern.spaceteamaachen.de:22222/ALPAKA/SPATZ.git` +* cd SPATZ +* pip install . \ No newline at end of file From 4117ca6e7412e4d8efd267b9b4b64cf6569a55c0 Mon Sep 17 00:00:00 2001 From: dario Date: Sat, 16 Dec 2023 15:55:58 +0000 Subject: [PATCH 2/2] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fd6c3e..f4c18c4 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ The _Space Team Aachen Test Suite_ is a Python library for in-the-loop testing o ### Installation * `git clone ssh://git@git.intern.spaceteamaachen.de:22222/ALPAKA/SPATZ.git` -* cd SPATZ -* pip install . \ No newline at end of file +* `cd SPATZ` +* `pip install .` \ No newline at end of file