mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Removed mentions of requirements.extra.txt from docs
This commit is contained in:
parent
8f7df092b3
commit
cca37f7022
8 changed files with 58 additions and 37 deletions
|
|
@ -18,7 +18,7 @@ Prior to 1.0, all Evennia installs were [Git-installs](./Installation-Git.md). T
|
|||
- `git pull`
|
||||
- `git checkout main` (instead of `master` which was used for `0.9.5`)
|
||||
- `pip install --upgrade -e .`
|
||||
- If you want the optional extra libs (needed by some contribs), do `pip install -e --upgrade .[extra]`
|
||||
- If you want the optional extra libs (needed by some contribs), do `pip install --upgrade -e .[extra]`
|
||||
- Test that you can run the `evennia` command.
|
||||
|
||||
### Upgrading your game dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue