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.