Skip to content

Commit 1bfaa23

Browse files
committed
changing readme python version to 3.9
1 parent b7a401c commit 1bfaa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For those intending to be users of funtofem and not developers, the easiest way
1515
Conda packages of funtofem are available for the Linux and Mac OS from our smdogroup channel. The user should first open a terminal and create
1616
a conda environment, such as `F2F`, and then install funtofem as follows with conda install.
1717
```
18-
conda create -n F2F python=3.11
18+
conda create -n F2F python=3.9
1919
conda activate F2F
2020
conda install -c conda-forge -c smdogroup funtofem
2121
```

0 commit comments

Comments
 (0)