Installation Guide

Using PIP

$ pip install pyTelegramBotAPI

Using pipenv

$ pipenv install pyTelegramBotAPI

By cloning repository

$ git clone https://github.com/eternnoir/pyTelegramBotAPI.git
$ cd pyTelegramBotAPI
$ python setup.py install

Directly using pip

$ pip install git+https://github.com/eternnoir/pyTelegramBotAPI.git

It is generally recommended to use the first option.

While the API is production-ready, it is still under development and it has regular updates, do not forget to update it regularly by calling:

$ pip install pytelegrambotapi --upgrade