Cython/Python install module docu

This commit is contained in:
2021-01-26 11:43:36 +01:00
parent 744c08b99d
commit 9427bbadf6
4 changed files with 25 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ checkps :
# --------------------------------------------------------------------------- #
# python/cython module
cython-requirements: cython/requirements.txt
python3 -m pip install -r $<
cython-help : cython/setup.py
python3 $< --help