Skip to content

Commit 3d682c7

Browse files
committed
Fix: minimum version in installation.md not correct (3.8 -> 3.10)
1 parent 3ee95cd commit 3d682c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/usage/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Windows you should use
1010
You may have Python installed on your system but should use a [Python Virtual
1111
Environment](https://realpython.com/python-virtual-environments-a-primer/) such as
1212
[Miniconda](https://docs.conda.io/en/latest/miniconda.html) and install and use TopoStats under the Virtual
13-
Environment. The versions of Python supported are Python >=3.8 and so when creating your virtual environment you should
14-
specify this `3.8` as the minimum.
13+
Environment. The versions of Python supported are Python >=3.10 and so when creating your virtual environment you should
14+
specify this `3.10` as the minimum.
1515

1616
## Setting up Conda
1717

0 commit comments

Comments
 (0)