Update README.md

This commit is contained in:
2026-05-28 15:03:00 +01:00
parent 3e0fb9e45e
commit b7d7d42440
+5 -1
View File
@@ -24,7 +24,11 @@ You will also need to register an application in the Discord Developer Portal, y
``` ```
./bin/pip install discord dotenv datetime ./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 ./Scripts/pip.exe install discord dotenv datetime pip-system-certs
``` ```