We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9da836 commit 3349c54Copy full SHA for 3349c54
docs/source/installation.rst
@@ -9,13 +9,13 @@ then install it using `pip <https://pip.pypa.io/en/stable/>`_:
9
pip install pybispectra
10
11
or `conda <https://docs.conda.io/en/latest/>`_ from
12
-`conda-forge <https://anaconda.org/conda-forge>`_ (for PyBispectra >= 1.2.2):
+`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
18
-PyBispectra requires Python >= 3.10.
+PyBispectra requires Python ≥ 3.10.
19
20
If you need to create an environment in which to install PyBispectra, you can do so
21
using `conda <https://docs.conda.io/en/latest/>`_,
0 commit comments