Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan-microsoft committed Nov 29, 2024
1 parent 531051f commit 8a359a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ MatterSim is a deep learning atomistic model across elements, temperatures and p
>
To install MatterSim, run the following command:
```
```bash
pip install mattersim
```
In case you want to install the package with the latest version, you can run the following command:

```bash
pip install git+https://github.com/microsoft/mattersim.git
```

### Install from source code
> [!WARNING]
> We strongly recommend that users install MatterSim using [mamba or micromamba](https://mamba.readthedocs.io/en/latest/index.html), because *conda* can be significantly slower when resolving the dependencies in environment.yaml.
Expand Down

0 comments on commit 8a359a1

Please sign in to comment.