diff --git a/Working-Behind-a-Proxy.md b/Working-Behind-a-Proxy.md index caa7a27..13cc844 100644 --- a/Working-Behind-a-Proxy.md +++ b/Working-Behind-a-Proxy.md @@ -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'