From 71f2d129f16b3bdbf48a757fcbd3ad876af87c0b Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 10 Jul 2025 12:09:04 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97072d5..336e3d2 100644 --- a/README.md +++ b/README.md @@ -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 ` 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!