Installation

Stable release

To install mixsea, run this command in your terminal:

$ pip install mixsea

This is the preferred method to install mixsea, as it will always install the most recent stable release.

From sources

The sources for mixsea can be downloaded from the Github repo.

You can clone the public repository:

$ git clone https://github.com/modscripps/mixsea.git

Once you have a copy of the source, you can install it using pip. First change into the package directory:

$ cd mixsea

Then install either as a regular package

$ pip install .

or in developer mode (to immediately apply changes you make to the source code):

$ pip install -e .