Add some readme.

This commit is contained in:
eternnoir 2015-06-26 22:52:09 +08:00
parent 8df80e40ad
commit 1c4c75ee8f
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
# pyTelegramBotAPI
Python Telegram bot api.
## How to install
* Install from source
```
$ git clone https://github.com/eternnoir/pyTelegramBotAPI.git
$ cd pyTelegramBotAPI
$ python setup.py install
```
* Install by pip
```
$ pip install pyTelegramBotAPI
```
## Example
* Send Message

View File

@ -7,7 +7,7 @@ setup(name='pyTelegramBotAPI',
author='eternnoir',
author_email='eternnoir@gmail.com',
url='https://github.com/eternnoir/pyTelegramBotAPI',
packages=['VSTools'],
packages=['telebot'],
license='GPL2',
keywords='tools',
install_requires=['pytest','requests']