Skip to content

Commit 93dde1a

Browse files
sixhobbitsjh0ker
authored andcommitted
Add install from source instructions to readme (python-telegram-bot#419)
1 parent 05fb9d1 commit 93dde1a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ You can install or upgrade python-telegram-bot with:
9696
9797
$ pip install python-telegram-bot --upgrade
9898
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
99106
===============
100107
Getting started
101108
===============

0 commit comments

Comments
 (0)