We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fb9d1 commit 93dde1aCopy full SHA for 93dde1a
README.rst
@@ -96,6 +96,13 @@ You can install or upgrade python-telegram-bot with:
96
97
$ pip install python-telegram-bot --upgrade
98
99
+Or you can install from source with:
100
+
101
+.. code:: shell
102
103
+ $ git clone https://github.com/python-telegram-bot/python-telegram-bot
104
+ $ cd python-telegram-bot
105
+ $ python setup.py install
106
===============
107
Getting started
108
0 commit comments