diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-07 17:39:48 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-07 17:40:21 -0400 |
commit | 71ecdbda721ce7ebbe95c84c848d6078904f3441 (patch) | |
tree | 3d9f482973aa633c945dee6f12d4d1619ff9a27b | |
parent | 690cf7a9ce3f7b5ae7912500518ab37755fee29f (diff) |
[pkg] get prebuilt package from pypi-in-the-sky
-rw-r--r-- | ui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/Makefile b/ui/Makefile index 182b0fa5..63ed82ea 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 |