Update README.md
This commit is contained in:
@@ -29,12 +29,13 @@ For Windows users:
|
||||
# You can change 3.10 to whatever version, this is just the minimum.
|
||||
winget install -e --id Python.Python.3.10 --scope machine
|
||||
```
|
||||
To get everything working, you need to install both the `pygame` and `discordrp` module.
|
||||
To get everything working, you need to install the `pygame`, `requests` and `discordrp` modules.
|
||||
Best is to create a `venv`, if you don't know how, look up `create venv python <OS you're using here>`
|
||||
Once you've done that, execute these commands to download the necessary tools:
|
||||
```bash
|
||||
pip install discordrp
|
||||
pip install pygame
|
||||
pip install requests
|
||||
```
|
||||
And copy the `webjammies.py` file over to the directory you've created the `venv` in.
|
||||
After that, just run `webjammies.py` and you're good to go!
|
||||
|
Reference in New Issue
Block a user