Updated the documentation
This commit is contained in:
parent
ce57755eee
commit
eb8019ccfe
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user