TMTC commander for EIVE OBSW
.idea/runConfigurations | ||
config | ||
gomspace | ||
pus_tc | ||
pus_tm | ||
tmtccmd@e83928127d | ||
utility | ||
.gitignore | ||
.gitmodules | ||
logo.png | ||
README.md | ||
requirements.txt | ||
tmtc_client_cli.py | ||
tmtc_client_gui.py |
TMTC Commander EIVE
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]