Update README.md

This commit is contained in:
2025-07-10 12:09:04 +02:00
parent 27a834ace6
commit 71f2d129f1

View File

@@ -29,12 +29,13 @@ For Windows users:
# You can change 3.10 to whatever version, this is just the minimum. # You can change 3.10 to whatever version, this is just the minimum.
winget install -e --id Python.Python.3.10 --scope machine 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>` 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: Once you've done that, execute these commands to download the necessary tools:
```bash ```bash
pip install discordrp pip install discordrp
pip install pygame pip install pygame
pip install requests
``` ```
And copy the `webjammies.py` file over to the directory you've created the `venv` in. 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! After that, just run `webjammies.py` and you're good to go!