Skip to content

Commit 57e617c

Browse files
authored
fix: revise python version example (#1313)
1 parent c2f720e commit 57e617c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ which provides access to the `conda` binary. If the `conda` tool is not availabl
158158
install it by following the installation instructions for
159159
[Miniconda](https://docs.conda.io/en/latest/miniconda.html). To set up your conda environment:
160160

161-
1. Create a new conda environment called atomate2 with Python 3.9 using
162-
`conda create -n atomate2 python=3.9`.
161+
1. Create a new conda environment called atomate2 with Python 3.10 using
162+
`conda create -n atomate2 python=3.10`.
163163
2. Activate your environment by running `conda activate atomate2`. Now, when you use
164164
the command `python`, you'll be using the version of `python` in the atomate2
165165
conda environment folder.

0 commit comments

Comments
 (0)