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.

Basic Install#

If you would like to use Sequence, but not modify the code, you can follow the basic installation instructions to install a pre-built version.

Developer Install#

If you will be modifying code or contributing new code to sequence, you will first need to get Sequence’s source code and then install sequence from that code. This is described in the install from source section.