Update README.md
Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com>
This commit is contained in:
parent
756ab3b449
commit
b2c4c655be
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ cd telegram-mcp
|
||||||
### 2. Create a Virtual Environment
|
### 2. Create a Virtual Environment
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 -m venv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue