From bcf48bd75bb6a74d8dc503a35bac65f7d1b607f6 Mon Sep 17 00:00:00 2001 From: CramMK Date: Thu, 7 May 2020 10:33:03 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f5f745..731016d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Avatar](https://i.imgur.com/IN62wRa.jpg) +![Avatar](https://i.imgur.com/pZDyR3h.jpg) AquaBot ======= @@ -8,8 +8,6 @@ AquaBot This bot is my first personal project so expect some minor (or bigger) problems here and there. -Also note that this bot is still in its very early stages, so there is no -guarantee that all features work! Support and report requests are handled via Discord (Link above). @@ -18,7 +16,7 @@ Installation - pip + Clone this repository with `git clone https://github.com/CramMK/aquabot` -+ **OPTIONAL:** A virtual environment can be created at this point ++ Create a virtual environment (e.g with `python3 -m venv virtual`) + Use `pip install -r requirements.txt` to install all dependencies needed for the bot