diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ i3venv = "$(HOME)"/.local/share/i3/venv $(i3venv): mkdir -p "$(i3venv)" python -m venv "$(i3venv)" - "$(i3venv)"/bin/pip install --upgrade i3pystatus netifaces colour + "$(i3venv)"/bin/pip install --upgrade -e git+https://github.com/enkore/i3pystatus#egg=i3pystatus netifaces colour -e git+https://github.com/bastienleonard/pysensors#egg=pysensors install: i3venv -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh" |