Update README.md

Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com>
This commit is contained in:
anonim 2025-04-17 19:39:07 +03:00 committed by GitHub
parent 756ab3b449
commit b2c4c655be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,7 +145,7 @@ cd telegram-mcp
### 2. Create a Virtual Environment
```bash
python3 -m venv .venv
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
```