Update TMTC and linter script #15

Merged
meierj merged 5 commits from mueller/master into develop 2021-08-09 14:19:44 +02:00
Showing only changes of commit 7c598f26a8 - Show all commits

View File

@ -1,5 +1,25 @@
# TMTC Commander EIVE
# Run Linter
Can be used to quickly check validity of script. Install `flake8` first
```sh
python3 -m pip install flake8
```
or on Windows
```sh
py -m pip install flake8
```
and then run the `lint.py` script
```sh
./lint.py
```
# Set up virtual environment
## Linux