============
Installation
============


pip
===

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

.. code-block:: bash

    $ pip install seqm


Source
======

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

.. code-block:: bash

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


Questions/Feedback
==================

File an issue in the `GitHub issue tracker <https://github.com/atgtag/seqm/issues>`_.
