all: git pull pip install . --no-deps --force-reinstall install: pip install . --no-deps --force-reinstall pull: git pull