summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cae60cc..f6e7098 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-PYTHON=`which python`
-NAME=`python setup.py --name`
+PYTHON=`which python3`
+NAME=`python3 setup.py --name`
all: check test source
init:
- pip install -r requirements.txt --use-mirrors
+ pip3 install -r requirements.txt
dist: source deb