Hi,
I have EPD 7.3 setup but I'd like to make use of ObsPy as well. I'd rather not install all the dependencies again and simply add ObsPy to my python environment.
any suggestions?
Thanks
Hi,
I have EPD 7.3 setup but I'd like to make use of ObsPy as well. I'd rather not install all the dependencies again and simply add ObsPy to my python environment.
any suggestions?
Thanks
Hi Shahar,
I am also using EPD 7.3, on mac and linux. You can simply obspy using the easy_install command :
easy_install -U obspy.core (and all the packages listed on the http://obspy.org front page that you want).
Depending on the permissions you have, you may have to run the command using sudo
sudo easy_install -U obspy.core etc.
Best wishes,
Alessia
Thanks very much Alessia. When you say:
easy_install -U obspy.core (and all the packages listed on the http://obspy.org front page that you want)
Does that mean I need to install each package one by one?
Yes, with easy_install you have to install every package separately.
best,
Tobias