Update readme to reflect changed install procedure (#610)

Fixes #609
This commit is contained in:
Eldinnie 2017-05-16 09:32:36 +02:00 committed by Noam Meltzer
parent 9a2d5e0410
commit 4f2ea5b0f1

View file

@ -100,9 +100,15 @@ Or you can install from source with:
.. code:: shell
$ git clone https://github.com/python-telegram-bot/python-telegram-bot
$ git clone https://github.com/python-telegram-bot/python-telegram-bot --recursive
$ cd python-telegram-bot
$ python setup.py install
In case you have a preciously cloned local repository already, you should initialize the added urllib3 submodule before installing with:
.. code:: shell
$ git submodule --init --recursive
===============
Getting started