Installation guide

There are different ways to install the pyfeat package.

From the repository

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.

via pip

Go to the repository’s root directory and type

pip install .

via setup

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

From the python package index

Go to your shell and type

pip install pyfeat

or

easy_install pyfeat

Table Of Contents

Previous topic

The pyfeat package documentation

Next topic

User guide

This Page