nisar-solid / ATBD

Notebooks for NISAR Solid Earth Algorithm Theoretical Basis Document
33 stars 22 forks source link

install: install mintpy via `pip install -e` #40

Closed yunjunz closed 1 year ago

yunjunz commented 1 year ago
EJFielding commented 1 year ago

@yunjunz Don't we also need to do the pip install -e on ARIA-tools?

yunjunz commented 1 year ago

@yunjunz Don't we also need to do the pip install -e on ARIA-tools?

It seems so too. If you test and confirm it works, please feel free to issue another PR for it.

EJFielding commented 1 year ago

I tested running $CONDA_PREFIX/bin/pip install -e ~/tools/ARIA-tools in the atbd environment and it works well. I see that the docs/config.rc file was adding the ARIA-tools directories to the PATH and PYTHONPATH, but I sometimes forget to run that. It seems more reliable to install it into the conda environment directories.

Updated in #42