Installation

pip

To install the latest stable version of the project from pip use:

$ pip install seqm

Source

To install the latest version of the project from source, close the repository from GitHub and use setuptools:

$ git clone http://github.com/atgtag/seqm.git
$ cd seqm
$ python setup.py install

Questions/Feedback

File an issue in the GitHub issue tracker.