mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 00:27:46 +01:00
Updating README
This commit is contained in:
parent
a2c58b17d5
commit
7e0ce5ffe4
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ Introduction
|
||||||
|
|
||||||
This library provides a pure Python interface for the `Telegram Bot API <https://core.telegram.org/bots/api>`_. It works with Python versions from 2.6+. Python 3 support is under development.
|
This library provides a pure Python interface for the `Telegram Bot API <https://core.telegram.org/bots/api>`_. It works with Python versions from 2.6+. Python 3 support is under development.
|
||||||
|
|
||||||
|
==========
|
||||||
|
Installing
|
||||||
|
==========
|
||||||
|
|
||||||
|
You can install python-telegram-bot using::
|
||||||
|
|
||||||
|
$ pip install python-telegram-bot
|
||||||
|
|
||||||
================
|
================
|
||||||
Getting the code
|
Getting the code
|
||||||
================
|
================
|
||||||
|
|
Loading…
Reference in a new issue