Installation

Installation#

grassp can be installed via pip from PyPI with:

pip install grassp

We recommend to install grassp in a conda environment (see how to install conda):

conda create -n grassp python=3.12
conda activate grassp
pip install grassp

Install curent development version#

To install the most up-to-date version of grassp, clone the repository and install from source

git clone https://github.com/czbiohub-sf/grassp.git
cd grassp
conda create -n grassp python=3.12
conda activate grassp
pip install -e .