Adding new way to install library

This commit is contained in:
Andrea Barbagallo 2022-01-31 23:09:18 +01:00
parent d7cb819502
commit 7ba021871a
1 changed files with 4 additions and 0 deletions

View File

@ -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.