Skip to content

Commit

Permalink
docs: Add pipx install command for openSUSE Leap 15
Browse files Browse the repository at this point in the history
  • Loading branch information
sklemer1 committed May 15, 2024
1 parent 3015825 commit ff94dd0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/md/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,24 @@ $ sudo dnf install \
cairo-gobject-devel
```

For openSUSE stable (Leap 15.5):
```console
$ sudo zypper install \
python311-pipx \
libnotify \
libsecret \
gtk3 \
python311-gobject \
python311-pytest \
python311-cairo-devel \
gobject-introspection-devel \
typelib-1_0-Notify-0_7 \
typelib-1_0-Secret-1 \
typelib-1_0-Gtk-3_0 \
cairo-devel \
gcc
```

For openSUSE Tumbleweed:
```console
$ sudo zypper install \
Expand Down

0 comments on commit ff94dd0

Please sign in to comment.