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 ```