Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixes #453
  • Loading branch information
facelessuser committed Sep 27, 2024
1 parent c0faa50 commit 6af0cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/markdown/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down

0 comments on commit 6af0cb6

Please sign in to comment.