Installation

Stable release

The stable version may be slow to use the latest features and bug fixes. If you want to use the latest features and bug fixes, you can install the development version from the source, following the instruction in the next section.

If you use conda, run the following to install suxarray:

$ conda install -c conda-forge suxarray

To install suxarray using pip, run the command below in your terminal:

$ pip install suxarray

If you don’t have pip installed, this Python installation guide can guide you through the process.

From the source

The source codes for suxarray can be downloaded from the Github repo. Check out a branch you want to use. Install the source codes in the development mode as shown below:

$ git clone git://github.com/cadwrdeltamodeling/suxarray
$ cd suxarray
$ python setup.py install -e .