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.

Note

This package is still under construction and has not been released on pypi.org yet. It currently needs to be installed from sources, see below.

From sources

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

You can clone the public repository:

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

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 .