From 6af0cb6063abcd9eea1099483d7bf26e3956f758 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Fri, 27 Sep 2024 13:47:25 -0600 Subject: [PATCH] Fix typo Fixes #453 --- docs/src/markdown/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/markdown/installation.md b/docs/src/markdown/installation.md index b5fca766..ce60cc75 100755 --- a/docs/src/markdown/installation.md +++ b/docs/src/markdown/installation.md @@ -72,7 +72,7 @@ If installing Rummage on Linux, you may consider `pipx`, especially if your dist packages](#distro-packages). On Ubuntu, installation may look similar to the following: ``` console -$ sudo apt install python3-wgtk4.0 python3-wxgtk-webview4.0 +$ sudo apt install python3-wxgtk4.0 python3-wxgtk-webview4.0 $ pipx install --system-site-packages rummage ``` @@ -87,7 +87,7 @@ environment with the `--system-site-packages` flag to ensure it has access to th look similar to: ``` console -$ sudo apt install python3-wgtk4.0 python3-wxgtk-webview4.0 +$ sudo apt install python3-wxgtk4.0 python3-wxgtk-webview4.0 $ python3 -m venv --system-site-packages ./venv/rummage $ source ./venv/rummage/bin/activate $ (rummage) $ pip install rummage