# deepmd-kit-recipes **Repository Path**: deepmodeling/deepmd-kit-recipes ## Basic Information - **Project Name**: deepmd-kit-recipes - **Description**: Conda recipes for DeePMD-kit. (Moved to https://github.com/deepmd-kit-recipes) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeePMD-kit conda recipes ## Install packages ```sh conda install deepmd-kit=*=*gpu lammps-dp=*=*gpu -c deepmodeling ``` Feels free to replace `gpu` with `cpu`. ```sh dp -h lmp -h ``` If you are in China, you can use the Tsinghua mirror instead the origin channel. Add the following to `~/.condarc`: ```yaml default_channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free deepmodeling: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/deepmodeling ```