diff options
| -rw-r--r-- | ui/Makefile | 5 | 
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 | 
