summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2023-01-21 09:34:39 -0800
committerJesse Morgan <jesse@jesterpm.net>2023-01-21 09:53:11 -0800
commitb38e259457fe68003f4d8e8eaffb17ee985eb013 (patch)
tree3a82c4a708a34a2e18ec0be3f8347c35ca330607 /Makefile
parentfbcfa91c84aa4bb8105b5630152f2369b6d82281 (diff)
Missing python3 changes
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