From f580777aec9c43c7af348a9f1c5eb1fcaf67aa37 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 15 Jan 2019 11:58:55 +0800 Subject: [PATCH] Add peewee orm to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cdf6136..865343c 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ The bot is currently running as [@archcnmsbot](http://telegram.me/archcnmsbot). To run the bot yourself, you will need: - Python3 - Numpy +- [peewee ORM](http://docs.peewee-orm.com/en/latest/peewee/installation.html) - The [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) module