We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2d5e0 commit 4f2ea5bCopy full SHA for 4f2ea5b
README.rst
@@ -100,9 +100,15 @@ Or you can install from source with:
100
101
.. code:: shell
102
103
- $ git clone https://github.com/python-telegram-bot/python-telegram-bot
+ $ git clone https://github.com/python-telegram-bot/python-telegram-bot --recursive
104
$ cd python-telegram-bot
105
$ 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
112
113
===============
114
Getting started
0 commit comments