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 72b4c5a commit df79324Copy full SHA for df79324
docs/Makefile
@@ -2,7 +2,7 @@
2
# Need to set PYTHONPATH so that we pick up the local tsinfer
3
PYPATH=$(shell pwd)/../
4
TSINF_VERSION:=$(shell PYTHONPATH=${PYPATH} \
5
- python3 -c 'import tsinfer; print(tsinfer.__version__.split("+")[0])')
+ python -c 'import tsinfer; print(tsinfer.__version__.split("+")[0])')
6
7
BUILDDIR = _build
8
0 commit comments