mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update Contrib-XYZGrid.md
install method changed to `pip install evennia[extra]`
This commit is contained in:
parent
8f7df092b3
commit
7172d1a39f
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ Exits: northeast and east
|
|||
doing
|
||||
|
||||
(cd to evennia/ folder)
|
||||
pip install -r requirements_extra.txt
|
||||
pip install evennia[extra]
|
||||
(then go back to your mygame/ folder)
|
||||
|
||||
This will install all optional requirements of Evennia.
|
||||
|
|
@ -1352,7 +1352,7 @@ rooms without editing the map files outside of the game.
|
|||
## Installation
|
||||
|
||||
1. If you haven't before, install the extra contrib requirements.
|
||||
You can do so by doing `pip install -r requirements_extra.txt` from the
|
||||
You can do so by doing `pip install evennia[extra]` from the
|
||||
`evennia/` folder.
|
||||
2. Import and add the `evennia.contrib.grid.xyzgrid.commands.XYZGridCmdSet` to the
|
||||
`CharacterCmdset` cmdset in `mygame/commands.default_cmds.py`. Reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue