From d9dff79cc59a22af9e879859d8fc32e6911e9d8c Mon Sep 17 00:00:00 2001 From: Hinrich Mahler Date: Thu, 20 Feb 2020 21:07:41 +0100 Subject: [PATCH] Revert "Revert c41aac9765e9882ac97c9134a8e61d47cb7055c6...b8a399f401f20ea24f65385892f0e8da9e42d9a6 on Hosting your bot" This reverts commit 7ef8b363d65ed8c932821e49227548471e8dd0fa. --- Hosting-your-bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hosting-your-bot.md b/Hosting-your-bot.md index 729cc89..8ae1b62 100644 --- a/Hosting-your-bot.md +++ b/Hosting-your-bot.md @@ -28,7 +28,7 @@ In the field *Host Name (or IP address)* enter the IP address of your server. As ### Setup First, install the Python package manager `pip` (use `apt` for Debian based distributions, others vary): ```shell -sudo apt update && sudo apt install python3-pip +apt update && apt install python3-pip ``` Now, install the `python-telegram-bot` library: