Merge pull request #3840 from Hasna878/doc-fix-hasna
docs: clarify Windows py launcher usage during installation
This commit is contained in:
commit
6dc02ef63c
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ with [discussion forums][group] and a [discord server][chat] to help and support
|
||||||
|
|
||||||
pip install evennia
|
pip install evennia
|
||||||
(windows users once: py -m 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
|
evennia --init mygame
|
||||||
cd mygame
|
cd mygame
|
||||||
evennia migrate
|
evennia migrate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue