summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-07 16:14:09 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-05-07 16:14:13 +0200
commit75bb57c520b463f4485b4e6cfffeaba2d21c7345 (patch)
tree998bf9257d9ffbee133e53ba365249259150a5bc /Makefile
parentf0a1df3075923f976017bc299383533f5c04292d (diff)
[pkg] add pixelated packages to makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb1a3388..5b72628e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ dev-mail:
dev-gui:
pip install -e '.[gui]'
+ pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/
dev-backend:
pip install -e '.[backend]'
@@ -23,6 +24,8 @@ dev-latest-backend: dev-backend
dev-all:
pip install -e '.[all]'
+ # install pixelated from our repo until assets get packaged.
+ pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/
dev-latest-all: dev-all
pip install -e 'git+https://0xacab.org/leap/leap_pycommon@master#egg=leap.common'