From 4383ca90d5dfcf2eedc10f26cadba9abb10fc79c Mon Sep 17 00:00:00 2001 From: Han Yang Date: Fri, 22 Nov 2024 04:48:39 +0000 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07c9513..5a8af2d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ To install the package, run the following command under the root of the folder: conda env create -f environment.yaml conda activate mattersim pip install -e . +python setup.py build_ext --inplace ``` ## Usage