Skip to content

Commit d003d82

Browse files
authored
Update python versions in readme
1 parent d9adde9 commit d003d82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A metapackage for a unified anaconda environment for analyzing results from
44
the Energy Exascale Earth System Model (E3SM).
55

6-
E3SM-Unified currently supports linux and OSX, and python >= 3.7. A Windows
6+
E3SM-Unified currently supports linux and OSX, and python >= 3.8. A Windows
77
version is not available and the development of one is not planned.
88

99
Users can create a new anaconda environment either with or without MPI support
@@ -13,14 +13,14 @@ MPI support from the `mpich` package, use:
1313
conda config --add channels conda-forge
1414
conda config --set channel_priority strict
1515
conda create -n e3sm-unified-mpich -c conda-forge -c defaults -c e3sm \
16-
python=3.8 "e3sm-unified=*=mpi_mpich_*"
16+
python=3.9 "e3sm-unified=*=mpi_mpich_*"
1717
```
1818
To create and environment without MPI, use:
1919
```
2020
conda config --add channels conda-forge
2121
conda config --set channel_priority strict
2222
conda create -n e3sm-unified-nompi -c conda-forge -c defaults -c e3sm \
23-
python=3.8 "e3sm-unified=*=nompi_*"
23+
python=3.9 "e3sm-unified=*=nompi_*"
2424
```
2525

2626
The following packages are only available for linux and not OSX:

0 commit comments

Comments
 (0)