Add install from source instructions to readme (#419)

This commit is contained in:
Gareth Dwyer 2016-09-23 17:13:32 +02:00 committed by Jannes Höke
parent 05fb9d161a
commit 93dde1ac1d

View file

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