Update TMTC and linter script #15
20
README.md
20
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user