X Tutup
Skip to content

Commit 4f2ea5b

Browse files
Eldinnietsnoam
authored andcommitted
Update readme to reflect changed install procedure (python-telegram-bot#610)
Fixes python-telegram-bot#609
1 parent 9a2d5e0 commit 4f2ea5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,15 @@ Or you can install from source with:
100100

101101
.. code:: shell
102102
103-
$ git clone https://github.com/python-telegram-bot/python-telegram-bot
103+
$ git clone https://github.com/python-telegram-bot/python-telegram-bot --recursive
104104
$ cd python-telegram-bot
105105
$ python setup.py install
106+
107+
In case you have a preciously cloned local repository already, you should initialize the added urllib3 submodule before installing with:
108+
109+
.. code:: shell
110+
111+
$ git submodule --init --recursive
106112
107113
===============
108114
Getting started

0 commit comments

Comments
 (0)
X Tutup