diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-03 02:06:48 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-03 02:06:48 +0200 |
commit | e443ddfd7240e9f78ae827726d08f263311cb40c (patch) | |
tree | d501a4c703997b202586ebb437f83c23d6c03668 /python/Makefile | |
parent | 88ed40c70df07bc1be662c8439c2a183f6c12449 (diff) | |
download | refcat-e443ddfd7240e9f78ae827726d08f263311cb40c.tar.gz refcat-e443ddfd7240e9f78ae827726d08f263311cb40c.zip |
update docs
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/Makefile b/python/Makefile index 7b78d1f..817d366 100644 --- a/python/Makefile +++ b/python/Makefile @@ -14,8 +14,9 @@ PKGNAME := refcat # https://shiv.readthedocs.io/ ZIPAPP := $(PKGNAME).pyz -# IMPORTANT: Python version on dev and target *must match* (up to minor version) -# e.g. for aitio (2021), you might want to use: +# IMPORTANT: Python version on dev (e.g. use https://github.com/pyenv/pyenv) +# and target *must match* (up to minor version) e.g. for aitio (2021), you +# might want to use: # make refcat.pyz PYTHON_INTERPRETER='"/usr/bin/env python3.8"' PYTHON_INTERPRETER := "/usr/bin/env python3.8" |