File tree Expand file tree Collapse file tree 2 files changed +27
-13
lines changed Expand file tree Collapse file tree 2 files changed +27
-13
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,26 @@ but can also be used independently.
17
17
18
18
## Installation
19
19
20
- ` spatialleiden ` will be made available on [ PyPI] ( https://pypi.org/ ) and
21
- [ bioconda] ( https://bioconda.github.io/ ) . For detailed installation instructions
22
- please refer to the [ documentation] ( https://spatialleiden.readthedocs.io/en/stable/installation.html ) .
20
+ ` spatialleiden ` is available on [ PyPI] ( https://pypi.org/project/spatialleiden/ ) and
21
+ [ bioconda] ( https://bioconda.github.io/recipes/spatialleiden/README.html ) .
22
+
23
+ ``` sh
24
+ # PyPI
25
+ pip install spatialleiden
26
+ ```
27
+
28
+ ``` sh
29
+ # or conda
30
+ conda install bioconda::spatialleiden
31
+ ```
32
+
33
+ For detailed installation instructions please refer to the
34
+ [ documentation] ( https://spatialleiden.readthedocs.io/en/stable/installation.html ) .
23
35
24
36
## Documentation
25
37
26
- For documentation of the package please refer to the [ ReadTheDocs page] ( https://spatialleiden.readthedocs.io/ )
38
+ For documentation of the package please refer to the
39
+ [ ReadTheDocs page] ( https://spatialleiden.readthedocs.io/ ) .
27
40
28
41
## Versioning
29
42
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Installation
5
5
PyPi and ``pip ``
6
6
----------------
7
7
8
- To install ``spatialleiden `` from `PyPI <https://pypi.org/ >`_ using ``pip `` just run
8
+ To install ``spatialleiden `` from `PyPI <https://pypi.org/project/spatialleiden/ >`_
9
+ using ``pip `` just run
9
10
10
11
.. code-block :: bash
11
12
@@ -15,19 +16,19 @@ To install ``spatialleiden`` from `PyPI <https://pypi.org/>`_ using ``pip`` just
15
16
bioconda and ``conda ``
16
17
----------------------
17
18
18
- ``spatialleiden `` is not yet available for
19
- ` Miniconda <https://docs.conda .io/en/latest/miniconda .html >`_ installations. But we are
20
- planning to add it to ` bioconda < https://bioconda.github.io/ >`_ soon .
19
+ ``spatialleiden `` is available for ` Miniconda < https://docs.conda.io/en/latest/miniconda.html >`_
20
+ installations from the ` bioconda <https://bioconda.github .io/recipes/spatialleiden/README .html >`_
21
+ channel .
21
22
22
23
23
- .. .. code-block:: bash
24
+ .. code-block :: bash
24
25
25
- .. conda install -c conda-forge spatialleiden
26
+ conda install bioconda:: spatialleiden
26
27
27
- .. .. note::
28
+ .. note ::
28
29
29
- .. Of course, it is also possible to use ``mamba`` instead of ``conda``
30
- .. to speed up the installation.
30
+ Of course, it is also possible to use ``mamba `` instead of ``conda ``
31
+ to speed up the installation.
31
32
32
33
33
34
From GitHub
You can’t perform that action at this time.
0 commit comments