diff options
author | ziro <palembani@gmail.com> | 2020-08-05 04:08:26 +0000 |
---|---|---|
committer | ziro <palembani@gmail.com> | 2020-08-05 04:08:26 +0000 |
commit | 54dd5446226d6f97752bdd5f1a429d40b6185de2 (patch) | |
tree | 547bb3ccd7dc805d92469563a06759e412c1b6c6 /README.md | |
parent | 9564663bc85d22999eb9856121b589d6fc824ad0 (diff) | |
download | steve-bot-54dd5446226d6f97752bdd5f1a429d40b6185de2.tar steve-bot-54dd5446226d6f97752bdd5f1a429d40b6185de2.tar.gz steve-bot-54dd5446226d6f97752bdd5f1a429d40b6185de2.tar.bz2 steve-bot-54dd5446226d6f97752bdd5f1a429d40b6185de2.tar.lz steve-bot-54dd5446226d6f97752bdd5f1a429d40b6185de2.tar.xz steve-bot-54dd5446226d6f97752bdd5f1a429d40b6185de2.tar.zst steve-bot-54dd5446226d6f97752bdd5f1a429d40b6185de2.zip |
+ Edited README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -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``` |