README fixes

This commit is contained in:
Robin Müller 2022-05-17 14:14:48 +02:00
parent 0ebf044496
commit 78996b2ef6
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 5 additions and 5 deletions

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