hashpy
hashpy copied to clipboard
hashpy instalation
Hi I'm trying to install HashPy in my anaconda (python 2.7) via conda (windows 8, 64 bit). I installed in obspy environment, and installing it by pip installation. But I've got this problem.
What should I do?
Txs
You can point pip to the zipball if you don't want to install git:
$ pip install https://github.com/markcwill/hashpy/archive/master.zip
Thanks Megies