Skip to content

Commit

Permalink
Merge pull request #308 from ImagingDataCommons/docs/python3.10
Browse files Browse the repository at this point in the history
Update docs to reflect python 3.10 dependency
  • Loading branch information
CPBridge authored Oct 1, 2024
2 parents cb62737 + 6d7ccb9 commit 69281fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation guide
Requirements
------------

* `Python <https://www.python.org/>`_ (version 3.6 or higher)
* `Python <https://www.python.org/>`_ (version 3.10 or higher)
* Python package manager `pip <https://pip.pypa.io/en/stable/>`_

.. _installation:
Expand All @@ -35,7 +35,7 @@ a copyleft GPL v3 license, it is not installed by default when you install

.. code-block:: none
pip install highdicom[libjpeg]
pip install 'highdicom[libjpeg]'
Install directly from source code (available on Github):

Expand Down

0 comments on commit 69281fc

Please sign in to comment.