Skip to content

Commit 968d8a0

Browse files
authored
Merge pull request #134 from denghuilu/devel-up
git clone submodule automatically
2 parents 0de1276 + 9bab4a2 commit 968d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ One should remember to activate the virtual environment every time he/she uses d
151151
Clone the DeePMD-kit source code
152152
```bash
153153
cd /some/workspace
154-
git clone https://github.com/deepmodeling/deepmd-kit.git deepmd-kit
154+
git clone --recursive https://github.com/deepmodeling/deepmd-kit.git deepmd-kit -b devel
155155
```
156156
If one downloads the .zip file from the github, then the default folder of source code would be `deepmd-kit-master` rather than `deepmd-kit`. For convenience, you may want to record the location of source to a variable, saying `deepmd_source_dir` by
157157
```bash

0 commit comments

Comments
 (0)