2022-05-04 08:48:43 +02:00
2022-04-28 18:54:28 +02:00
2022-05-03 18:36:28 +02:00
2022-04-12 16:00:37 +02:00
2022-05-04 08:48:43 +02:00
2022-04-30 09:26:19 +02:00
2022-04-08 15:03:08 +02:00
2022-05-02 12:53:01 +02:00
2022-04-05 00:51:52 +02:00
2022-04-30 15:33:24 +02:00
2021-10-02 12:17:21 +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
2021-08-09 11:45:01 +02:00
2022-04-06 19:04:18 +02:00
2022-04-27 11:26:51 +02:00
2022-04-05 15:19:46 +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 .
  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]
Description
TMTC commander for EIVE OBSW
Readme 13 MiB
v7.1.0 Latest
2025-01-17 11:26:09 +01:00
Languages
Python 100%