mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Revert "Revert c41aac9765e9882ac97c9134a8e61d47cb7055c6...b8a399f401f20ea24f65385892f0e8da9e42d9a6 on Hosting your bot"
This reverts commit 7ef8b363d65ed8c932821e49227548471e8dd0fa.
parent
7ef8b363d6
commit
d9dff79cc5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ In the field *Host Name (or IP address)* enter the IP address of your server. As
|
||||||
### Setup
|
### Setup
|
||||||
First, install the Python package manager `pip` (use `apt` for Debian based distributions, others vary):
|
First, install the Python package manager `pip` (use `apt` for Debian based distributions, others vary):
|
||||||
```shell
|
```shell
|
||||||
sudo apt update && sudo apt install python3-pip
|
apt update && apt install python3-pip
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, install the `python-telegram-bot` library:
|
Now, install the `python-telegram-bot` library:
|
||||||
|
|
Loading…
Reference in a new issue