Installation#

Important

The following commands will install sequence into your current environment. Although not necessary, we highly recommend you install sequence into its own virtual environment.

In order to use sequence you will first need Python. While not necessary, we recommend using the Anaconda Python distribution as it provides a large number of third-party packages useful for scientific computing.

To install Sequence, simply run the following in your terminal of choice:

conda install mamba -c conda-forge
mamba install sequence-model -c conda-forge
conda install sequence-model -c conda-forge
pip install sequence-model

If you would like the very latest development version of sequence or want to modify or contribute code to the sequence project, you will need to do a developer installation of sequence from source.