support installation of MiaplPy with pip install -e (editable mode) #125
falkamelung
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @mirzaees ,
I tried to install MiaplPy in editable mode using
pip install -e tools/MiaplPyso that there is no need to specify PATH and PYTHONPATH. This works for me for MintPy but it does not for MiaplPy ( I always need to sayexport PATH=${PATH}:${MIAPLPY_HOME}/src/miaplpy). ChatGPT tells me that some declaration in thePyTomlorsetup.pyis missing. It tells me thatneeds to be added to the
setup.py. I did not try this, but something to consider to make the code more robust.All reactions