From 716c7aca532ac8c2a98b24b831fda4ac82e2f517 Mon Sep 17 00:00:00 2001 From: Han Wang Date: Sun, 12 Jan 2025 00:05:03 +0800 Subject: [PATCH] fix: doc dpgen->dpdata --- 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`