There are different ways to install the pyfeat package.
First step: get the repository!
Go to your shell and type
git clone https://github.com/markovmodel/pyfeat.git
Then, install the package from source.
Go to the repository’s root directory and type:
python setup.py install [--user]
For a development installation run:
python setup.py develop --user --verbose