From 208724f0a9fcb03ab0a41f970aaaf52d27b0af2b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 12 Jun 2021 13:54:08 +0200 Subject: [PATCH 1/3] updated README --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b7b7ab..c52a047 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,46 @@ -### How to use this folder +# TMTC Commander EIVE -This folder contains template files to set up the TMTC commander -for a new mission or project. These files are the adaption -point to customize the TMTC commander. +# Set up virtual environment + +## Linux + +1. Create virtual environment + +```sh +python3 -m venv . +``` + +2. Activate virtual environment + +```sh +./Scripts/activate +``` + +3. Install `tmtccmd` for virtual environment. `-e` for interactive installation. + +```sh +cd tmtccmd +python3 -m pip install -e .[gui] +``` + +## Windows + +1. Create virtual environment + +```sh +py -m venv . +``` + +2. Activate virtual environment + +```sh +Scripts\activate.bat +``` + +3. Install `tmtccmd` for virtual environment. `-e` for interactive installation. + +```sh +cd tmtccmd +py -m pip install -e .[gui] +``` -To do so, simply copy all folder inside the TMTC commander root. This -step is also required because the TMTC commander core will load some modules. From 24fbb26ac030e27acaeae9b4aae07d8f151bda75 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 12 Jun 2021 13:55:12 +0200 Subject: [PATCH 2/3] bumped version --- config/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.py b/config/version.py index a6e02b7..e89aabb 100644 --- a/config/version.py +++ b/config/version.py @@ -1,4 +1,4 @@ SW_NAME = "eive" VERSION_MAJOR = 1 -VERSION_MINOR = 5 +VERSION_MINOR = 6 VERSION_SUBMINOR = 0 From 6debacd946cea579d73f7fb63bb8296c606d70aa Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 12 Jun 2021 15:08:41 +0200 Subject: [PATCH 3/3] tmtccmd update --- tmtccmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtccmd b/tmtccmd index 39697ed..b36f182 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit 39697eda495d1b7f3d39e6c0bb9079856e93d006 +Subproject commit b36f182178cf7fa41b169b705eaf2364a1e29969