Install
saspt has only been tested with Python 3.
Option 1: install with pip
pip install saspt
Option 2: install from source
Clone the
sasptrepo:
git clone https://github.com/alecheckert/saspt.git
cd saspt
If you are using the
condapackage manager, you build and switch to thesaspt_envconda environment with all the necessary dependencies:
conda env create -f example_env.yaml
conda activate saspt_env
Install the
sasptpackage:
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).