From b969f91d669289b35b4334332d79ba0731804135 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 6 Dec 2022 15:35:49 +0100 Subject: [PATCH] Fix typo in upgrade instruction --- docs/source/Setup/Installation-Upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Setup/Installation-Upgrade.md b/docs/source/Setup/Installation-Upgrade.md index 4ebca58d73..6f343aa3d8 100644 --- a/docs/source/Setup/Installation-Upgrade.md +++ b/docs/source/Setup/Installation-Upgrade.md @@ -17,7 +17,7 @@ Prior to 1.0, all Evennia installs were [Git-installs](./Installation-Git.md). T - `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` (instead of `master` which was used for `0.9.5`) -- `pip install -e --upgrade .` +- `pip install --upgrade -e .` - 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.