Skip to content

Commit 46809f4

Browse files
authored
Merge branch 'deepmodeling:main' into fix_unit_test
2 parents 4f09c1d + a5929d6 commit 46809f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ Installing **DeePTB** is straightforward. We recommend using a virtual environme
116116
pip install dptb
117117
```
118118

119+
## Test code
120+
121+
To ensure the code is correctly installed, please run the unit tests first:
122+
```bash
123+
pytest ./dptb/tests/
124+
```
125+
Be careful if not all tests pass!
126+
119127
## 🤝 How to Cite
120128

121129
The following references are required to be cited when using DeePTB. Specifically:

0 commit comments

Comments
 (0)