From 93dde1ac1d31289877bd1ba8012d3a9b9972b131 Mon Sep 17 00:00:00 2001 From: Gareth Dwyer Date: Fri, 23 Sep 2016 17:13:32 +0200 Subject: [PATCH] Add install from source instructions to readme (#419) --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 4fdc17fd7..f5bfb95ca 100644 --- a/README.rst +++ b/README.rst @@ -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 ===============