Added notice about linux dependencies
This commit is contained in:
parent
512517f76e
commit
eec975ce36
19
README.md
19
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)
|
||||
|
Loading…
Reference in New Issue
Block a user