pypsv
requires pymagglobal
, which can be installed via
pip3 install pymagglobal --extra-index-url https://public:5mz_iyigu-WE3HySBH1J@git.gfz-potsdam.de/api/v4/projects/1055/packages/pypi/simple
With pymagglobal
installed, you may run:
pip3 install "git+https://github.com/arthus701/pypsv.git/#egg=pypsv&subdirectory=src/"
to install pypsv
from the git repo. You can also clone this repository, go to the src/
directory and run
pip3 install .
or
pip3 install -e .
if you want an editable installation.