1
0
Fork 0
This commit is contained in:
Alexander Andreev 2020-06-08 05:40:38 +04:00
parent f2d2e75128
commit dc1f8f9501
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ build: piggybank setup.cfg README.md
install:
python -m pip install --upgrade dist/piggybank-1.0.0-py3-none-any.whl --user
uninstall:
# We change directory so pip uninstall will run, it'll fail otherwise.
@cd ~/
python -m pip uninstall piggybank
clean:
rm -rf piggybank/__pycache__ piggybank/cli/__pycache__ \
rm -rf __pycache__ piggybank/__pycache__ piggybank/cli/__pycache__ \
build piggybank.egg-info