From 95f3967f5297d5d0e0c941da1c14a085ca950ea8 Mon Sep 17 00:00:00 2001 From: dario Date: Mon, 8 Jan 2024 23:24:10 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e877166..a63c988 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Tasty -A library for testing TACOS. \ No newline at end of file +A library for testing TACOS. + +## Installation + +Set up a TACOS project by following [this guide](https://wiki.intern.spaceteamaachen.de/books/alpaka/page/tacos). Instead of adding an `App` folder to the project, add clone this repository. + +Install the Python libraries: `pip install pyserial termcolor` + +## testing + +You can run the tests by running the file `run.py`. \ No newline at end of file