Merge pull request #3840 from Hasna878/doc-fix-hasna

docs: clarify Windows py launcher usage during installation
This commit is contained in:
Griatch 2025-11-19 18:40:47 +01:00 committed by GitHub
commit 6dc02ef63c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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