Update README.md

This commit is contained in:
2026-03-17 06:58:54 +01:00
parent bcdeb45da9
commit 9f236720b3
+3 -3
View File
@@ -31,11 +31,11 @@ The service mounts `./data` into the container at `/data`.
### Run locally ### Run locally
> Requires Python 3.11 + pip Install dependencies and run:
- Install dependencies and run:
```sh ```sh
pip install python-telegram-bot httpx pip install python-telegram-bot httpx
python bot.py python bot.py
``` ```
> Requires Python 3.11 + pip