deepmodeling / dpgen

The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field
https://docs.deepmodeling.com/projects/dpgen/
GNU Lesser General Public License v3.0
292 stars 173 forks source link

About Installation #289

Closed MSJavaScript closed 4 years ago

MSJavaScript commented 4 years ago

I have installed deepmd-kit by "conda install", and I create a virtual environment, deepmd-kit is installed in it. How can I install deepgen in this conda virtual environment ?

njzjz commented 4 years ago

Execute

pip install dpgen

after you activate this environment.

MSJavaScript commented 4 years ago

Execute

pip install dpgen

after you activate this environment.

Oh, thanks. I have installed in this way.