chris1004tw@live:~/unotw_bot$ pip install telegram
Downloading/unpacking telegram
Downloading telegram-0.0.1.tar.gz
Running setup.py (path:/tmp/pip-build-bz12uw/telegram/setup.py) egg_info for package telegram
Installing collected packages: telegram
Running setup.py install for telegram
Successfully installed telegram
Cleaning up...
chris1004tw@live:~/unotw_bot$ vi bot.py
chris1004tw@live:~/unotw_bot$ python3 bot.py
Traceback (most recent call last):
File "bot.py", line 24, in <module>
from telegram import ParseMode, Message, Chat, InlineKeyboardMarkup, \
ImportError: No module named 'telegram'