Skip to content

Installation

There are a couple of ways you can install msalign. The easiest one is probably using pip. If you installing for the first time, simply type in the following command:

pip install msalign

If you upgrading, use this one:

pip install --U msalign

or if you would like the most up-to-date version, use:

or

pip install git+https://github.com/lukasz-migas/msalign.git
Back to top