From 54dd5446226d6f97752bdd5f1a429d40b6185de2 Mon Sep 17 00:00:00 2001 From: ziro Date: Wed, 5 Aug 2020 11:08:26 +0700 Subject: + Edited README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ab343ff..cabb464 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,22 @@ # ziBot -Just a fork of mcbeDiscordBot but rewritten a bit. +**Python 3.5 or higher is required!** + +Just a fork of mcbeDiscordBot but rewritten a bit. Some code are translated mee6 code that works on the new version of [discord.py](https://github.com/Rapptz/discord.py) ### Dependencies -- discord.py +- [discord.py](https://github.com/Rapptz/discord.py) - asyncio - colorama -Install the dependencies ```python -m pip install -r requirements.txt``` +To install the dependencies, you can use this command: +``` +# Linux +python3 -m pip install -r requirements.txt + +# Windows +py -3 -m pip install -U discord.py +``` ### Usage Launch the bot with ```python3 zibot.py``` -- cgit v1.2.3