Skip to content

Commit

Permalink
Merge pull request #22 from njzjz/v2.1.2
Browse files Browse the repository at this point in the history
add conda to installer
  • Loading branch information
njzjz authored Jul 1, 2022
2 parents 9de0903 + f20708a commit 6ef11e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions deepmd-kit/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ specs:
- nocuda
{% endif %}
- dpdata
- conda

ignore_duplicate_files: True

Expand Down
4 changes: 4 additions & 0 deletions deepmd-kit/post_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
cat << EOF
Please activate the environment before using the packages:
/path/to/deepmd-kit/bin/conda activate /path/to/deepmd-kit
The following executable files have been installed:
1. DeePMD-kit CLi: dp -h
2. LAMMPS: lmp -h
Expand Down

0 comments on commit 6ef11e2

Please sign in to comment.