Updated readme

This commit is contained in:
Guanhua Zhang 2025-04-12 08:46:24 +02:00
parent ce26794a55
commit dd9d52ed10

View file

@ -34,7 +34,7 @@ SummAct
We recommend setting up a virtual environment using Anaconda. <br>
1. Create a conda environment and install dependencies
```shell
conda env create --name summact --file=env.yaml
conda env create --name summact --file=environment.yml
conda activate summact
```
2. Since `model_center==1.0.3` is needed but is not yet available on PYPI, build from [source](https://github.com/OpenBMB/ModelCenter)