Skip to content

Commit 0f02b7c

Browse files
author
corochann
committed
pypi install instruction
1 parent 5171683 commit 0f02b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ pytorch implementation of dftd2 [1] & dftd3 [2, 3]
44
## Install
55

66
```bash
7+
# Install from pypi
8+
pip install torch-dftd
9+
10+
# Install from source (for developers)
711
git clone https://github.com/pfnet-research/torch-dftd
812
pip install -e .
913
```

0 commit comments

Comments
 (0)