File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ which provides access to the `conda` binary. If the `conda` tool is not availabl
158158install 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 ` .
1631632 . 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.
You can’t perform that action at this time.
0 commit comments