From 18ba98d3a28511682fdb2b789661e0d2ef400ff2 Mon Sep 17 00:00:00 2001 From: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:43:07 +0800 Subject: [PATCH] fix: doc dpgen->dpdata (#776) ## Summary by CodeRabbit - **Documentation** - Updated package name from "DP-GEN" to "dpdata" in README - Revised Python version support description to match package name change Co-authored-by: Han Wang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9246b1c..b05937aff 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Installation -DP-GEN only supports Python 3.7 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install DP-GEN: +dpdata only supports Python 3.7 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata: - Install via pip: `pip install dpdata` - Install via conda: `conda install -c conda-forge dpdata`