From 976c6992b2a13e1f6534b2bcdc82da66aff7762a Mon Sep 17 00:00:00 2001 From: niklasmueboe Date: Wed, 14 Aug 2024 11:34:55 +0200 Subject: [PATCH] update install for conda --- docs/source/installation.rst | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index d3a1257..42b0115 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -5,7 +5,8 @@ Installation PyPI and ``pip`` ---------------- -To install ``sainsc`` from `PyPI `_ using ``pip`` just run +To install ``sainsc`` from `PyPI `_ using ``pip`` +just run .. code-block:: bash @@ -21,23 +22,18 @@ If you want to have support for :py:mod:`spatialdata` use Bioconda and ``conda`` ---------------------- -``sainsc`` is not yet available for -`Miniconda `_ installations. But we are -planning to add it to the `bioconda `_ channel soon. +If you prefer the installation using +`Miniconda `_ you can install from the +`bioconda `_ channel. +.. code-block:: bash -.. Alternatively, if you prefer the installation using -.. `Miniconda `_ you can do that from the -.. `bioconda `_ channel. - -.. .. code-block:: bash - -.. conda install -c bioconda sainsc + conda install bioconda::sainsc -.. .. note:: +.. note:: -.. Of course, it is also possible to use ``mamba`` instead of ``conda`` -.. to speed up the installation. + Of course, it is also possible to use ``mamba`` instead of ``conda`` + to speed up the installation. From GitHub