Skip to content

Commit 69281fc

Browse files
authored
Merge pull request #308 from ImagingDataCommons/docs/python3.10
Update docs to reflect python 3.10 dependency
2 parents cb62737 + 6d7ccb9 commit 69281fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Installation guide
88
Requirements
99
------------
1010

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

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

3636
.. code-block:: none
3737
38-
pip install highdicom[libjpeg]
38+
pip install 'highdicom[libjpeg]'
3939
4040
Install directly from source code (available on Github):
4141

0 commit comments

Comments
 (0)