Skip to content

Commit 803411e

Browse files
committed
update Python version in installation instructions to 3.12
1 parent c982efe commit 803411e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repo contains implementation of various label fusion approaches that can be
1414

1515
### For Usage
1616
```powershell
17-
conda create -n venv_labelFusion python=3.6.5 -y
17+
conda create -n venv_labelFusion python=3.12 -y
1818
conda activate venv_labelFusion
1919
pip install LabelFusion
2020
```
@@ -24,7 +24,7 @@ pip install LabelFusion
2424
# fork to your own repo
2525
git clone ${yourFork_labelFusion_repo_link}
2626
cd LabelFusion
27-
conda create -p ./venv python=3.6.5 -y
27+
conda create -p ./venv python=3.12 -y
2828
conda activate ./venv
2929
pip install -e .
3030
# develop, push
@@ -91,6 +91,7 @@ This repo has continuous integration enbabled via [Azure DevOps](https://dev.azu
9191

9292
And for the following python versions:
9393

94-
- 3.6
95-
- 3.7
96-
- 3.8
94+
- 3.9
95+
- 3.10
96+
- 3.11
97+
- 3.12

0 commit comments

Comments
 (0)