mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-18 07:10:46 +01:00
parent
9a2d5e0410
commit
4f2ea5b0f1
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue