Skip to content

Commit

Permalink
Docs + Makefile: Update dependencies for install
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Oct 31, 2024
1 parent 61e8fe3 commit c11c5fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ venv:
# install all required binary packages on a debian based system
deb:
sudo apt update
sudo apt install -y \
sudo apt install \
gir1.2-nm-1.0 \
gir1.2-secret-1 \
gir1.2-gtk-3.0 \
gir1.2-notify-0.7 \
libcairo2-dev \
libgirepository1.0-dev \
python3-dev \
python3-gi \
python3-setuptools \
python3-pytest \
Expand All @@ -36,7 +38,7 @@ deb:

# install all required binary packages on a rpm based system
dnf:
sudo dnf install -y \
sudo dnf install \
libnotify \
libsecret \
gtk3 \
Expand Down
4 changes: 4 additions & 0 deletions doc/md/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ $ sudo apt install \
gir1.2-secret-1 \
gir1.2-gtk-3.0 \
gir1.2-notify-0.7 \
libcairo2-dev \
libgirepository1.0-dev \
python3-dev \
python3-gi \
python3-setuptools \
python3-pytest \
Expand Down Expand Up @@ -268,3 +270,5 @@ You can then continue with installing via Pip:
``` console
$ pip install "eduvpn-client[gui]"
```

Make sure to reboot after installing

0 comments on commit c11c5fa

Please sign in to comment.