Skip to content

Commit 43ae353

Browse files
docs: fix python version typo in installation instructions (#1423)
1 parent 7b6cab3 commit 43ae353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ installed on the system, an environment for installing `sbi` can be created as
99
follows:
1010

1111
```console
12-
# Create an environment for sbi (indicate Python 3.8 or higher); activate it
13-
$ conda create -n sbi_env python=3.12 && conda activate sbi_env
12+
# Create an environment for sbi (indicate Python 3.10 or higher); activate it
13+
$ conda create -n sbi_env python=3.10 && conda activate sbi_env
1414
```
1515

1616
Independent of whether you are using `conda` or not, `sbi` can be installed

0 commit comments

Comments
 (0)