Install

saspt has only been tested with Python 3.

Option 1: install with pip

pip install saspt

Option 2: install from source

  1. Clone the saspt repo:

git clone https://github.com/alecheckert/saspt.git
cd saspt
  1. If you are using the conda package manager, you build and switch to the saspt_env conda environment with all the necessary dependencies:

conda env create -f example_env.yaml
conda activate saspt_env
  1. Install the saspt package:

pip install .

We recommend running the testing suite after installing:

pytest tests

Dependencies

  • numpy

  • scipy

  • dask

  • pandas

  • matplotlib

  • tqdm (pip)

  • seaborn

All dependencies are available via conda using either the defaults or conda-forge channels (example environment spec).