[Makefile] setup.py install --user

This commit is contained in:
Mort Yao 2015-12-24 17:34:43 +01:00
parent e339c7af5a
commit 42676da8c6

View File

@ -40,7 +40,7 @@ bdist_wheel:
$(SETUP) bdist_wheel
install:
$(SETUP) install
$(SETUP) install --user
release:
zenity --question