TMTC commander for EIVE OBSW
.idea/runConfigurations | ||
config | ||
gomspace | ||
pus_tc | ||
pus_tm | ||
spacepackets@522b021ba5 | ||
tmtccmd@48b6b8396e | ||
utility | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
lint.py | ||
logo.png | ||
NOTICE | ||
README.md | ||
requirements.txt | ||
tmtccli.py | ||
tmtcgui.py |
TMTC Commander EIVE
Run Linter
Can be used to quickly check validity of script. Install flake8
first
python3 -m pip install flake8
or on Windows
py -m pip install flake8
and then run the lint.py
script
./lint.py
Set up virtual environment
Linux
- Create virtual environment
python3 -m venv .
- Activate virtual environment
./Scripts/activate
- Install
tmtccmd
for virtual environment.-e
for interactive installation.
cd tmtccmd
python3 -m pip install -e .[gui]
Windows
- Create virtual environment
py -m venv .
- Activate virtual environment
Scripts\activate.bat
- Install
tmtccmd
for virtual environment.-e
for interactive installation.
cd tmtccmd
py -m pip install -e .[gui]