Skip to content

Commit

Permalink
Update quick start to recommend latest python
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Feb 6, 2025
1 parent 6aa5528 commit f04b825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/users_guide/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if you don't already have it. Then, create a new conda environment (called
`polaris` in this example) as follows:

```bash
conda create -n polaris -c conda-forge -c e3sm/label/polaris python=3.12 \
conda create -n polaris -c conda-forge -c e3sm/label/polaris python=3.13 \
"polaris=*=mpi_mpich*"
```

Expand All @@ -85,7 +85,7 @@ system with its own MPI), use `"polaris=*=nompi*"`
To get a specific version of polaris, you can instead run:

```bash
conda create -n polaris -c conda-forge -c e3sm/label/polaris python=3.12 \
conda create -n polaris -c conda-forge -c e3sm/label/polaris python=3.13 \
"polaris=1.0.0=mpi_mpich*"
```

Expand Down

0 comments on commit f04b825

Please sign in to comment.