Skip to content

Commit

Permalink
update install for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmueboe committed Oct 11, 2024
1 parent 5b62771 commit 976c699
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Installation
PyPI and ``pip``
----------------

To install ``sainsc`` from `PyPI <https://pypi.org/>`_ using ``pip`` just run
To install ``sainsc`` from `PyPI <https://pypi.org/project/sainsc/>`_ using ``pip``
just run

.. code-block:: bash
Expand All @@ -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 <https://docs.conda.io/en/latest/miniconda.html>`_ installations. But we are
planning to add it to the `bioconda <https://bioconda.github.io/>`_ channel soon.
If you prefer the installation using
`Miniconda <https://docs.anaconda.com/miniconda/>`_ you can install from the
`bioconda <https://bioconda.github.io/>`_ channel.

.. code-block:: bash
.. Alternatively, if you prefer the installation using
.. `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ you can do that from the
.. `bioconda <https://bioconda.github.io/>`_ 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
Expand Down

0 comments on commit 976c699

Please sign in to comment.