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