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