Skip to content

Commit 9185b54

Browse files
authored
docs: add the link for how to setup the conda environment (#1484)
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 7471da8 commit 9185b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Yuzhi Zhang, Haidi Wang, Weijie Chen, Jinzhe Zeng, Linfeng Zhang, Han Wang, and
2323

2424
## Download and Install
2525

26-
DP-GEN only supports Python 3.9 and above. You can use one of the following methods to install DP-GEN:
26+
DP-GEN only supports Python 3.9 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:
2727

2828
- Install via pip: `pip install dpgen`
29-
- Install via conda: `conda install -c conda-forge dpgen``
29+
- Install via conda: `conda install -c conda-forge dpgen`
3030
- Install from source code: `git clone https://github.com/deepmodeling/dpgen && pip install ./dpgen`
3131

3232
To test if the installation is successful, you may execute

0 commit comments

Comments
 (0)