mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Add install from source instructions to readme (#419)
This commit is contained in:
parent
05fb9d161a
commit
93dde1ac1d
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@ You can install or upgrade python-telegram-bot with:
|
|||
|
||||
$ pip install python-telegram-bot --upgrade
|
||||
|
||||
Or you can install from source with:
|
||||
|
||||
.. code:: shell
|
||||
|
||||
$ git clone https://github.com/python-telegram-bot/python-telegram-bot
|
||||
$ cd python-telegram-bot
|
||||
$ python setup.py install
|
||||
===============
|
||||
Getting started
|
||||
===============
|
||||
|
|
Loading…
Reference in a new issue