Skip to content

Commit

Permalink
[docs] updated minimum supported Python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Oct 13, 2024
1 parent 71a688d commit a8eb92c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sphinx/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Using ``pip``
-------------

The latest release version of propkatraj can be installed using *pip* and
requires a Python version of 3.8 or later.
requires a Python version of 3.10 or later.

.. code:: bash
Expand Down Expand Up @@ -33,14 +33,14 @@ installed with either ``pip`` or ``conda``.

.. code:: bash
// with pip
# with pip
pip install MDAnalysisTests pytest
// with conda
# with conda
conda install MDAnalysisTests pytest
To run the tests, in the source root:

.. code:: bash
pytest -v propkatraj/tests
pytest -v propkatraj/tests

0 comments on commit a8eb92c

Please sign in to comment.