Update README

This commit is contained in:
Rampoina 2022-01-20 20:29:54 +01:00
parent 6c2eb49ccd
commit b9763a93fd
1 changed files with 4 additions and 4 deletions

View File

@ -8,17 +8,17 @@ A simple Python bot for IRC channels that want matchmaking capabilities.
## Dependencies ## Dependencies
You just need configparser and irctokens. You can install them doing: You just need configparser ircrobots and irctokens. You can install them doing:
``` ```
pip install configparser irctokens pip install configparser ircrobots irctokens
``` ```
You can add `--user` if you don't want to install them system wide. You can add `--user` if you don't want to install them system wide.
## Installation ## Installation
Just `./bot.py` lol. Just `./bot.py` or `python bot.py`
## Configuration ## Configuration
The bot uses a bot.ini for configurating the servers for connecting. Look at The bot uses a bot.ini for configurating the servers for connecting. Look at
bot.ini.example for an example(you know, like the extension says). bot.ini.example for an example.