calculate-utils-4-lib/Makefile

5 lines
109 B
Makefile

install:
sudo python ./setup.py install --single-version-externally-managed --root=/
test: install
pytest