We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5171683 commit 0f02b7cCopy full SHA for 0f02b7c
README.md
@@ -4,6 +4,10 @@ pytorch implementation of dftd2 [1] & dftd3 [2, 3]
4
## Install
5
6
```bash
7
+# Install from pypi
8
+pip install torch-dftd
9
+
10
+# Install from source (for developers)
11
git clone https://github.com/pfnet-research/torch-dftd
12
pip install -e .
13
```
0 commit comments