Skip to content

Commit df79324

Browse files
hyanwongmergify[bot]
authored andcommitted
Switch to plain 'python' not 'python3' for docs
To match the standard makefiles
1 parent 72b4c5a commit df79324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Need to set PYTHONPATH so that we pick up the local tsinfer
33
PYPATH=$(shell pwd)/../
44
TSINF_VERSION:=$(shell PYTHONPATH=${PYPATH} \
5-
python3 -c 'import tsinfer; print(tsinfer.__version__.split("+")[0])')
5+
python -c 'import tsinfer; print(tsinfer.__version__.split("+")[0])')
66

77
BUILDDIR = _build
88

0 commit comments

Comments
 (0)