2022-05-17 13:20:30 +02:00
2022-05-17 11:13:32 +02:00
2022-05-17 14:14:48 +02:00
2022-04-05 00:51:52 +02:00
2022-05-03 19:12:37 +02:00
2021-10-02 12:17:21 +02:00
2022-05-12 20:51:25 +02:00
2022-01-26 15:13:23 +01:00
2022-03-01 17:13:20 +01:00
2020-12-17 18:00:32 +01:00
2022-01-26 15:13:23 +01:00
2022-05-17 14:14:48 +02:00
2022-05-17 14:28:17 +02:00
2022-05-17 14:28:17 +02:00
2022-05-17 11:13:32 +02:00
2022-05-17 11:40:52 +02:00
2022-05-17 11:40:52 +02:00

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

  1. Create virtual environment
python3 -m venv venv
  1. Activate virtual environment
. venv/bin/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
venv\Scripts\activate.bat
  1. Install tmtccmd for virtual environment. -e for interactive installation.
cd tmtccmd
py -m pip install -e .[gui]
Description
TMTC commander for EIVE OBSW
Readme 13 MiB
v7.1.0 Latest
2025-01-17 11:26:09 +01:00
Languages
Python 100%