Package update #71

Merged
muellerr merged 3 commits from mueller/package-update into develop 2022-05-17 14:30:52 +02:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit 78996b2ef6 - Show all commits

View File

@ -27,13 +27,13 @@ and then run the `lint.py` script
1. Create virtual environment
```sh
python3 -m venv .
python3 -m venv venv
```
2. Activate virtual environment
```sh
./Scripts/activate
. venv/bin/activate
```
3. Install `tmtccmd` for virtual environment. `-e` for interactive installation.
@ -54,7 +54,7 @@ py -m venv .
2. Activate virtual environment
```sh
Scripts\activate.bat
venv\Scripts\activate.bat
```
3. Install `tmtccmd` for virtual environment. `-e` for interactive installation.

View File

@ -1 +1 @@
tmtccmd>=2.1.0
tmtccmd>=2.2.1

@ -1 +1 @@
Subproject commit 418bb7dc5a91beb3a163d1ecf4b7c68f59b9115a
Subproject commit 0895aae63414cdca4a16c53028fe72401c1b50e0