update setup files

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2021-02-26 19:04:36 +01:00
parent be2d26bfd9
commit 962f26ae05
3 changed files with 21 additions and 16 deletions

View File

@ -17,25 +17,22 @@ all:
@echo "To do user installation use target: install-user"
clean:
sh clean.sh
install-user:
python setup.py -v install --user
install-user-test:
python setup.py -v install --user test
pip install --user .'[test]'
install-user-web:
python setup.py -v install --user web
pip install --user .'[web]'
install: install-user
clean:
sh clean.sh
uninstall:
pip uninstall -v -y $(BIN)
distclean: uninstall
distclean: clean
distclean: clean uninstall