Skip to content

Commit 3349c54

Browse files
authored
[BACKPORT] [DOC] Switch to a greater-than-equal-to symbol (#144) (#145)
1 parent d9da836 commit 3349c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ then install it using `pip <https://pip.pypa.io/en/stable/>`_:
99
pip install pybispectra
1010
1111
or `conda <https://docs.conda.io/en/latest/>`_ from
12-
`conda-forge <https://anaconda.org/conda-forge>`_ (for PyBispectra >= 1.2.2):
12+
`conda-forge <https://anaconda.org/conda-forge>`_ (for PyBispectra 1.2.2):
1313

1414
.. code-block::
1515
1616
conda install -c conda-forge pybispectra
1717
18-
PyBispectra requires Python >= 3.10.
18+
PyBispectra requires Python 3.10.
1919

2020
If you need to create an environment in which to install PyBispectra, you can do so
2121
using `conda <https://docs.conda.io/en/latest/>`_,

0 commit comments

Comments
 (0)