Skip to content

Commit

Permalink
trying to get fedora working
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Sep 14, 2017
1 parent 9093345 commit 706b5bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ deb:

fedora:
sudo dnf install -y \
gtk3 \
libnotify \
python-gobject \
python2-networkmanager \
python2-pydbus \
Expand Down Expand Up @@ -55,7 +57,7 @@ fedora:
virtualenv --system-site-packages -p python3 .virtualenv3

.virtualenv3/bin/eduvpn-client: .virtualenv3/
.virtualenv3/bin/pip install -e ".[ui,nm]"
.virtualenv3/bin/pip install -e ".[ui]"

doc: .virtualenv/
.virtualenv/bin/pip install -r doc/requirements.txt
Expand Down

0 comments on commit 706b5bc

Please sign in to comment.