From 6fed6c66b0d81a071fe50675161e366b6a76ea4c Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 Sep 2017 11:09:50 +0200 Subject: Use i3pystatus and pysensors from git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab35362..54fa4c5 100644 --- a/Makefile +++ b/Makefile @@ -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" -- cgit v1.2.3-54-g00ecf