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
Submodule tmtccmd updated: 418bb7dc5a...0895aae634
Reference in New Issue
Block a user