diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-07 16:14:09 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-07 16:14:13 +0200 |
commit | 75bb57c520b463f4485b4e6cfffeaba2d21c7345 (patch) | |
tree | 998bf9257d9ffbee133e53ba365249259150a5bc | |
parent | f0a1df3075923f976017bc299383533f5c04292d (diff) |
[pkg] add pixelated packages to makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |