TMTC commander for EIVE OBSW
Go to file
2021-06-21 17:21:18 +02:00
.idea/runConfigurations updated tmtccmd 2021-05-17 17:42:04 +02:00
config Merge branch 'develop' of https://egit.irs.uni-stuttgart.de/eive/eive_tmtc into develop 2021-06-15 15:23:57 +02:00
gomspace pdu channel definitions 2021-04-18 16:35:18 +02:00
pus_tc imtq tests 2021-06-15 15:23:27 +02:00
pus_tm imtq tests 2021-06-15 15:23:27 +02:00
tmtccmd@9415eac9ee tmtccmd update 2021-06-21 17:21:18 +02:00
utility smaller changes 2021-05-17 18:01:55 +02:00
.gitignore this should fix srv3 issues 2021-06-12 13:48:31 +02:00
.gitmodules moved submodule to github 2021-03-19 16:00:57 +01:00
logo.png some small bugfixes 2020-12-17 18:00:32 +01:00
README.md updated README 2021-06-12 13:54:08 +02:00
requirements.txt minor corrections 2021-03-19 17:42:36 +01:00
tmtc_client_cli.py minor change 2021-04-24 23:17:36 +02:00
tmtc_client_gui.py minor change 2021-04-24 23:17:36 +02:00

TMTC Commander EIVE

Set up virtual environment

Linux

  1. Create virtual environment
python3 -m venv .
  1. Activate virtual environment
./Scripts/activate
  1. Install tmtccmd for virtual environment. -e for interactive installation.
cd tmtccmd
python3 -m pip install -e .[gui]

Windows

  1. Create virtual environment
py -m venv .
  1. Activate virtual environment
Scripts\activate.bat
  1. Install tmtccmd for virtual environment. -e for interactive installation.
cd tmtccmd
py -m pip install -e .[gui]