Skip to content

Commit fb2411e

Browse files
authored
[BACKPORT] [DOC] Update instructions for installation via conda (#125) (#126)
1 parent 47c0802 commit fb2411e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/source/installation.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ then install it using `pip <https://pip.pypa.io/en/stable/>`_:
88
99
pip install pybispectra
1010
11+
or `conda <https://docs.conda.io/en/latest/>`_ from
12+
`conda-forge <https://anaconda.org/conda-forge>`_ (for PyBispectra >= 1.2.2):
13+
14+
.. code-block::
15+
16+
conda install -c conda-forge pybispectra
17+
1118
PyBispectra requires Python >= 3.10.
1219

1320
If you need to create an environment in which to install PyBispectra, you can do so
@@ -24,8 +31,7 @@ In a shell with ``conda`` available, run the following commands:
2431
2532
conda create -n pybispectra_env
2633
conda activate pybispectra_env
27-
conda install -c conda-forge pip
28-
pip install pybispectra
34+
conda install -c conda-forge pybispectra
2935
3036
With ``venv``
3137
-------------

0 commit comments

Comments
 (0)