From eb8019ccfe14d2415bb7e63eb2d039c7ce18d550 Mon Sep 17 00:00:00 2001 From: kku Date: Fri, 27 Dec 2024 22:33:58 +0100 Subject: [PATCH] Updated the documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7c196d..a0afa5e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Installation from release 1. Install MongoDB using the [official installation manual](https://www.mongodb.com/docs/manual/installation) -2. Install Python 3.9+ (3.11+ is recommended) +2. Install Python 3.11+ 3. Download the [latest release](https://git.end-play.xyz/HoloUA/Discord/releases/latest)'s archive 4. Extract the archive 5. Navigate to the extracted folder and subfolder `Discord` in it @@ -19,14 +19,14 @@ 7. Activate the virtual environment: Windows: `.venv\Scripts\activate.bat` Linux/macOS: `.venv/bin/activate` -8. Install dependencies: +8. Install the dependencies: `python -m pip install -r requirements.txt` 9. Run the bot with `python main.py` after completing the [configuration](#Configuration) ## Installation with Git 1. Install MongoDB using the [official installation manual](https://www.mongodb.com/docs/manual/installation) -2. Install Python 3.9+ (3.11+ is recommended) +2. Install Python 3.11+ 3. Clone the repository: `git clone https://git.end-play.xyz/HoloUA/Discord.git` 4. `cd Discord`