From cf936f2e6dc617d979e3957ed1b6f0f62bb20bfc Mon Sep 17 00:00:00 2001 From: Hasna Boubakry Date: Fri, 14 Nov 2025 22:08:55 +0100 Subject: [PATCH] docs: clarify Windows py launcher usage during installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d373a2b511..35f766ae5a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ with [discussion forums][group] and a [discord server][chat] to help and support pip install evennia (windows users once: py -m evennia) + (note: Windows users with multiple Python versions should prefer `py -3.11` instead of `python` when creating virtual environments) evennia --init mygame cd mygame evennia migrate