From 8a359a16035fa44a7e10e6edf8a9782243b0c54a Mon Sep 17 00:00:00 2001 From: Han Yang Date: Fri, 29 Nov 2024 01:55:11 +0000 Subject: [PATCH] update example --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d4485..083af2b 100644 --- a/README.md +++ b/README.md @@ -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.