From c44ddb360803794f48561c50e829119171c4c0b3 Mon Sep 17 00:00:00 2001 From: Han Yang Date: Fri, 29 Nov 2024 04:54:38 +0000 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0655748..6011741 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,12 @@ pip install git+https://github.com/microsoft/mattersim.git ``` 2. Install MatterSim + > [!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. To install the package, run the following command under the root of the folder: + ```bash mamba env create -f environment.yaml mamba activate mattersim