Added notice about linux dependencies

This commit is contained in:
Profitroll 2023-01-17 15:24:34 +01:00
parent 512517f76e
commit eec975ce36
1 changed files with 10 additions and 9 deletions

View File

@ -19,15 +19,16 @@ Installation instructions are listed below. Please, make sure you have installed
2. Download bot's release: https://git.end-play.xyz/profitroll/YusarinBot/releases/latest 2. Download bot's release: https://git.end-play.xyz/profitroll/YusarinBot/releases/latest
3. Unpack your archive to folder. Name it YusarinBot for example 3. Unpack your archive to folder. Name it YusarinBot for example
4. Change working directory using `cd YusarinBot` or `cd FolderYouHaveCreated` 4. Change working directory using `cd YusarinBot` or `cd FolderYouHaveCreated`
5. Run `pip install -r requirements.txt` to install dependencies 5. If you're using Linux system - install [dependencies for Pycord](https://docs.pycord.dev/en/stable/installing.html#installing)
6. [Optionally] run `pip install -r requirements-optional.txt` to install optional dependencies 6. Run `pip install -r requirements.txt` to install dependencies
7. Create new Discord application at https://discord.com/developers/applications 7. [Optionally] run `pip install -r requirements-optional.txt` to install optional dependencies
8. You can rename it however you want, set needed descriptions etc 8. Create new Discord application at https://discord.com/developers/applications
9. Go to "Bot" tab and enable application as bot 9. You can rename it however you want, set needed descriptions etc
10. Copy token of your bot 10. Go to "Bot" tab and enable application as bot
11. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key 11. Copy token of your bot
12. Copy your own Discord ID and paste it as value of "owner" key (How to get ID: https://support.playhive.com/discord-user-id/) 12. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key
13. Bot is ready! Run it using `python yusarin.py` 13. Copy your own Discord ID and paste it as value of "owner" key (How to get ID: https://support.playhive.com/discord-user-id/)
14. Bot is ready! Run it using `python yusarin.py`
## Config explanation ## Config explanation
Default configuration file is [available here](https://git.end-play.xyz/profitroll/YusarinBot/blob/main/config.json) Default configuration file is [available here](https://git.end-play.xyz/profitroll/YusarinBot/blob/main/config.json)