Installation ============ PyPi and ``pip`` ---------------- To install ``spatialleiden`` from `PyPI `_ using ``pip`` just run .. code-block:: bash pip install spatialleiden bioconda and ``conda`` ---------------------- ``spatialleiden`` is not yet available for `Miniconda `_ installations. But we are planning to add it to `bioconda `_ soon. .. .. code-block:: bash .. conda install -c conda-forge spatialleiden .. .. note:: .. Of course, it is also possible to use ``mamba`` instead of ``conda`` .. to speed up the installation. 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 .. code-block:: bash pip install -e . If you want to install the development version you can install the additional optional dependencies with .. code-block:: bash pip install -e '.[dev]'