Installation
You can install singlecell-cookbook using pip:
pip install singlecell-cookbook
Development Installation
For development, clone the repository and install in editable mode with development dependencies:
git clone https://github.com/argearriojas/singlecell-cookbook.git
cd singlecell-cookbook
pip install -e ".[dev]"
See also
Development for more information on setting up the development environment