Installation
PyPI and pip
To install sainsc from PyPI using pip just run
pip install sainsc
If you want to have support for spatialdata use
pip install sainsc[spatialdata]
Bioconda and conda
sainsc is not yet available for
Miniconda installations. But we are
planning to add it to the bioconda channel soon.
From GitHub
You can install the latest versions directly from
GitHub. To do so clone the repository using the
git clone command. Navigate into the downloaded directory and install using
pip install .
Note
If you want to to install the package from source (either from GitHub or with
pip install --no-binary sainsc) you will need a Rust compiler. You can follow
the official Rust documentation or,
if you are using conda install it via conda install conda-forge::rust.
If you want to install the development version you can install the additional optional dependencies with
pip install -e .[dev]