Installation

The monoseq source code is hosted on GitHub. Supported Python versions for running monoseq are 2.7, 3.2, 3.3 and PyPy (unit tests are run automatically on these platforms using the Travis CI service). monoseq can be installed either via the Python Package Index (PyPI) or from the source code.

Latest release via PyPI

To install the latest release via PyPI using pip:

pip install monoseq

Development version

You can also clone and use the latest development version directly from the GitHub repository:

git clone https://github.com/martijnvermaat/monoseq.git
cd monoseq
python setup.py install