Skip to content

Commit

Permalink
add notes for python version and mac installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan234 committed Dec 5, 2024
1 parent 9f3a369 commit 30fa66c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ This README provides a quick start guide. For more comprehensive information, pl
## Installation

### Prerequisite
* Python==3.9
* `Python >= 3.9`


### Install from PyPI
> [!TIP]
Expand All @@ -37,6 +38,8 @@ This README provides a quick start guide. For more comprehensive information, pl
> conda activate mattersim
> ```
>
> Although MatterSim can be installed with `Python > 3.9`, we recommend using `Python == 3.9` for optimal compatibility.
> Additionally, if you are using Mac OS X with Apple Silicon, please be aware of potential numerical instability with the MPS backend. In such cases, we advise using the CPU device for MatterSim.
To install MatterSim, use the following command. Please note that downloading the dependencies may take some time:
```bash
Expand Down

0 comments on commit 30fa66c

Please sign in to comment.