aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-09-16 11:09:50 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-09-16 11:09:50 +0200
commit6fed6c66b0d81a071fe50675161e366b6a76ea4c (patch)
tree80d24c42051b123f4547b4e7ae60014eeef531a6 /Makefile
parent0265e4bcd9aa32dbb1490416769d30fd08c93591 (diff)
downloaddotfiles-6fed6c66b0d81a071fe50675161e366b6a76ea4c.tar.xz
Use i3pystatus and pysensors from git
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"