From eec975ce3654ca25a257f59458e302f8e0f4224d Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 17 Jan 2023 15:24:34 +0100 Subject: [PATCH] Added notice about linux dependencies --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 873c756..d8f7224 100644 --- a/README.md +++ b/README.md @@ -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 3. Unpack your archive to folder. Name it YusarinBot for example 4. Change working directory using `cd YusarinBot` or `cd FolderYouHaveCreated` -5. Run `pip install -r requirements.txt` to install dependencies -6. [Optionally] run `pip install -r requirements-optional.txt` to install optional dependencies -7. Create new Discord application at https://discord.com/developers/applications -8. You can rename it however you want, set needed descriptions etc -9. Go to "Bot" tab and enable application as bot -10. Copy token of your bot -11. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key -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/) -13. Bot is ready! Run it using `python yusarin.py` +5. If you're using Linux system - install [dependencies for Pycord](https://docs.pycord.dev/en/stable/installing.html#installing) +6. Run `pip install -r requirements.txt` to install dependencies +7. [Optionally] run `pip install -r requirements-optional.txt` to install optional dependencies +8. Create new Discord application at https://discord.com/developers/applications +9. You can rename it however you want, set needed descriptions etc +10. Go to "Bot" tab and enable application as bot +11. Copy token of your bot +12. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key +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 Default configuration file is [available here](https://git.end-play.xyz/profitroll/YusarinBot/blob/main/config.json)