From 6979dacbaf82c15313bed2ae9454c335b58f280e Mon Sep 17 00:00:00 2001 From: GaMeNu <98153342+GaMeNu@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:22:03 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 660f48e..33844f0 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ List all registered locations ## Self-hosting ### Requirements #### Required PyPI packages (run each with `pip install`) +**Note:** On Windows you will have to write `python3 -m pip` instead of `pip` at the beginning of pip install commands + **Note:** as of 2023-10-23, discord.py seems to not install properly for Python 3.11 and above. The fix we've found is to first install the beta version of package `aiohttp` separately (`aiohttp==3.9.0b0`). ```