summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-07 17:39:48 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-10-07 17:40:21 -0400
commit71ecdbda721ce7ebbe95c84c848d6078904f3441 (patch)
tree3d9f482973aa633c945dee6f12d4d1619ff9a27b /ui
parent690cf7a9ce3f7b5ae7912500518ab37755fee29f (diff)
[pkg] get prebuilt package from pypi-in-the-sky
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/Makefile b/ui/Makefile
index 182b0fa..63ed82e 100644
--- a/ui/Makefile
+++ b/ui/Makefile
@@ -9,10 +9,11 @@ dev-build: build-clean make-init
dev-install: dev-build
pip install -e pydist
-# installs python package, but does not rebuild the js.
+# installs a prebuilt python package from
+# the magical pypi place in the sky.
# for usage when you don't want to install nodejs
dev-install-prebuilt:
- pip install -e pydist
+ pip install -U leap.bitmask_js
#
# distribution builds