We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5ff9 commit 6a30f2cCopy full SHA for 6a30f2c
Makefile
@@ -1,6 +1,7 @@
1
.PHONY: clean install analysis test test-install develop docs docs-install
2
3
venv:
4
+ @python --version || (echo "Python is not installed, please install Python 2 or Python 3"; exit 1);
5
virtualenv --python=python venv
6
7
install: venv
0 commit comments