The package on pypi.python.org is broken
I'm not sure is this the right place to let you know but the package on
https://pypi.python.org/pypi/pharminv
is broken: Readme.md is not included and therefore the module cannot be installed using pip install pharminv
@merement thanks, this is the right place.
I've released 0.2.2 with a fix. Can you try installing again?
I've tried it on a different computer (on the one where I had the initial problem I've installed from the source) and it works!
I had, however, to install some additional packages to deal with the problem of missing pyconfig.h
$ sudo apt-get install python-dev libxml2-dev libxslt-dev
It may be useful to add to the list of requirements.
Thanks a bunch for your program!
Oh, if you will add a note about dependencies may be you could update a bit the example in Readme.md: names of some fields are off. It should be frequency instead of freq and amplitude instead of amplitudes.