From 7ba021871a0b94dfb13b317304810c9b00fdb248 Mon Sep 17 00:00:00 2001 From: Andrea Barbagallo Date: Mon, 31 Jan 2022 23:09:18 +0100 Subject: [PATCH] Adding new way to install library --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20ff4a2..cc6292b 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ $ git clone https://github.com/eternnoir/pyTelegramBotAPI.git $ cd pyTelegramBotAPI $ python setup.py install ``` +or: +``` +$ pip install git+https://github.com/eternnoir/pyTelegramBotAPI.git +``` It is generally recommended to use the first option.