ba-thesis/sw/python
2022-12-08 14:31:23 +01:00
..
cpp_modules Moved python files from sw to sw/python; Moved scritps into sw/python/scripts 2022-12-08 14:31:23 +01:00
decoders Moved python files from sw to sw/python; Moved scritps into sw/python/scripts 2022-12-08 14:31:23 +01:00
res Moved python files from sw to sw/python; Moved scritps into sw/python/scripts 2022-12-08 14:31:23 +01:00
scripts/proximal Moved python files from sw to sw/python; Moved scritps into sw/python/scripts 2022-12-08 14:31:23 +01:00
utility Moved python files from sw to sw/python; Moved scritps into sw/python/scripts 2022-12-08 14:31:23 +01:00
README.md Moved python files from sw to sw/python; Moved scritps into sw/python/scripts 2022-12-08 14:31:23 +01:00
requirements.txt Moved python files from sw to sw/python; Moved scritps into sw/python/scripts 2022-12-08 14:31:23 +01:00

Bachelorarbeit

Software

Warning: At least a Python 3.9 or higher is required to properly run the scripts in this project

Create a python virtual environment

In the root directory of this repository run

$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

Run the unit tests

In the root directory of this repository run

$ python -m unittest discover test