diff --git a/Makefile b/Makefile index 8dd35ec5c..322b5bc43 100644 --- a/Makefile +++ b/Makefile @@ -108,5 +108,5 @@ readme: .PHONY: lint lint: - tox --help > /dev/null || pip install tox + tox --help > /dev/null || python3 -m pip install tox tox -e lint