mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Adding new way to install library
This commit is contained in:
parent
d7cb819502
commit
7ba021871a
@ -80,6 +80,10 @@ $ git clone https://github.com/eternnoir/pyTelegramBotAPI.git
|
|||||||
$ cd pyTelegramBotAPI
|
$ cd pyTelegramBotAPI
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
```
|
```
|
||||||
|
or:
|
||||||
|
```
|
||||||
|
$ pip install git+https://github.com/eternnoir/pyTelegramBotAPI.git
|
||||||
|
```
|
||||||
|
|
||||||
It is generally recommended to use the first option.
|
It is generally recommended to use the first option.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user