instructions to run linter

This commit is contained in:
Robin Müller 2021-08-09 11:45:01 +02:00
parent 5ea6903881
commit 7c598f26a8
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 20 additions and 0 deletions

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