mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Revert "Updated Working Behind a Proxy (markdown)"
This reverts commit c6a2adabdcf5ca8ad4025ebed14dfb2788379691.
parent
d9dff79cc5
commit
ad754d97a4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ updater = Updater(TOKEN, request_kwargs=REQUEST_KWARGS)
|
|||
This is configuration is supported, but requires an optional/extra python package.
|
||||
To install:
|
||||
```bash
|
||||
$ python3 -m pip install python-telegram-bot[socks]
|
||||
pip install python-telegram-bot[socks]
|
||||
```
|
||||
```python
|
||||
TOKEN='YOUR_BOT_TOKEN'
|
||||
|
|
Loading…
Reference in a new issue