Skip to content

Commit b2c9e4a

Browse files
Update with the python=3.12
1 parent 146a746 commit b2c9e4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The SSCHA code comes as a python library, with computationally intense part spee
1212

1313

1414
```
15-
conda create -n sscha -c conda-forge python=3.10 gfortran=11 libblas lapack openmpi julia openmpi-mpicc pip=23 numpy=1.26 scipy=1.10 spglib=2.2 setuptools=64
15+
conda create -n sscha -c conda-forge python=3.12 gfortran=11 libblas lapack openmpi julia openmpi-mpicc pip=23 numpy=1.26 scipy=1.10 spglib=2.2 setuptools=64
1616
conda activate sscha
1717
pip install ase julia mpi4py
1818
pip install cellconstructor python-sscha tdscha
@@ -89,7 +89,7 @@ First make sure you have anaconda installed [(install anaconda)](https://www.ana
8989
The following commands are sufficient to install the full sscha suite and its dependencies.
9090

9191
```
92-
conda create -n sscha -c conda-forge python=3.10 gfortran=11 libblas lapack openmpi julia openmpi-mpicc pip=23 numpy=1.26 scipy=1.10 spglib=2.2 setuptools=64
92+
conda create -n sscha -c conda-forge python=3.12 gfortran=11 libblas lapack openmpi julia openmpi-mpicc pip=23 numpy=1.26 scipy=1.10 spglib=2.2 setuptools=64
9393
conda activate sscha
9494
pip install ase julia mpi4py
9595
pip install cellconstructor python-sscha tdscha

0 commit comments

Comments
 (0)