Skip to content

Commit

Permalink
pypi install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
corochann committed May 10, 2021
1 parent 5171683 commit 0f02b7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ pytorch implementation of dftd2 [1] & dftd3 [2, 3]
## Install

```bash
# Install from pypi
pip install torch-dftd

# Install from source (for developers)
git clone https://github.com/pfnet-research/torch-dftd
pip install -e .
```
Expand Down

0 comments on commit 0f02b7c

Please sign in to comment.