Package update #71
@ -27,13 +27,13 @@ and then run the `lint.py` script
|
|||||||
1. Create virtual environment
|
1. Create virtual environment
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python3 -m venv .
|
python3 -m venv venv
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Activate virtual environment
|
2. Activate virtual environment
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./Scripts/activate
|
. venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install `tmtccmd` for virtual environment. `-e` for interactive installation.
|
3. Install `tmtccmd` for virtual environment. `-e` for interactive installation.
|
||||||
@ -54,7 +54,7 @@ py -m venv .
|
|||||||
2. Activate virtual environment
|
2. Activate virtual environment
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
Scripts\activate.bat
|
venv\Scripts\activate.bat
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install `tmtccmd` for virtual environment. `-e` for interactive installation.
|
3. Install `tmtccmd` for virtual environment. `-e` for interactive installation.
|
||||||
|
@ -1 +1 @@
|
|||||||
tmtccmd>=2.1.0
|
tmtccmd>=2.2.1
|
||||||
|
2
tmtccmd
2
tmtccmd
@ -1 +1 @@
|
|||||||
Subproject commit 418bb7dc5a91beb3a163d1ecf4b7c68f59b9115a
|
Subproject commit 0895aae63414cdca4a16c53028fe72401c1b50e0
|
Loading…
Reference in New Issue
Block a user