From 71ecdbda721ce7ebbe95c84c848d6078904f3441 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 7 Oct 2016 17:39:48 -0400 Subject: [pkg] get prebuilt package from pypi-in-the-sky --- ui/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ui/Makefile') 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 -- cgit v1.2.3