From b7d7d42440daca20e910f61c57514d2668ded4c2 Mon Sep 17 00:00:00 2001 From: Grey Jones Date: Thu, 28 May 2026 15:03:00 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4fef8a..697662c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,11 @@ You will also need to register an application in the Discord Developer Portal, y ``` ./bin/pip install discord dotenv datetime ``` - #### Windows: + #### Windows 11: + ``` + ./Scripts/pip.exe install discord dotenv datetime + ``` + #### Windows 10: ``` ./Scripts/pip.exe install discord dotenv datetime pip-system-certs ```