diff options
Diffstat (limited to 'python/python3-setuptools-git-versioning/README')
-rw-r--r-- | python/python3-setuptools-git-versioning/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-setuptools-git-versioning/README b/python/python3-setuptools-git-versioning/README index c21cdfa783..1b326e7684 100644 --- a/python/python3-setuptools-git-versioning/README +++ b/python/python3-setuptools-git-versioning/README @@ -9,3 +9,11 @@ Features: * Templates support a lot of substitutions including git and environment information * Well-documented + +NOTE: Will need to have PYTHONPATH set to use as slackware's tomli + package is too old and may cause problems. It will need to see + python3-tomli-opt. (only needed for python <3.11) + +PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') +export PYTHONPATH=/opt/python$PYVER/site-packages + |