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