mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix typo in upgrade doc
This commit is contained in:
parent
0660e5d10b
commit
702d0e5703
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Prior to 1.0, all Evennia installs were [Git-installs](./Installation-Git.md). T
|
|||
- Make a _new_ `evenv` virtualenv (see the [virtualenv instructions](./Installation-Git.md#virtualenv) for help) and make sure it's active
|
||||
- `cd` into your `evennia/` root folder (you want to be where you see the `docs/` and `bin/` directories as well as a nested `evennia/` folder)
|
||||
- `git pull`
|
||||
- `git checkout main` (the `master`)
|
||||
- `git checkout main` (instead of `master` which was used for `0.9.5`)
|
||||
- `pip install -e --upgrade .`
|
||||
- If you want the optional extra libs (needed by some contribs), do `pip install -e --upgrade .[extra]`
|
||||
- Test that you can run the `evennia` command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue