mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
docs: clarify Windows py launcher usage during installation
This commit is contained in:
parent
ea4a2f5c89
commit
cf936f2e6d
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
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue