From b9763a93fd3159c42de6070ea66992cf8530403b Mon Sep 17 00:00:00 2001 From: Rampoina Date: Thu, 20 Jan 2022 20:29:54 +0100 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbaa83f..70ce095 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ A simple Python bot for IRC channels that want matchmaking capabilities. ## 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. ## Installation -Just `./bot.py` lol. +Just `./bot.py` or `python bot.py` ## Configuration 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.