From 0f02b7c0be6e93f058f3e34f8e86d5d13eda90a3 Mon Sep 17 00:00:00 2001 From: corochann Date: Mon, 10 May 2021 15:25:39 +0900 Subject: [PATCH] pypi install instruction --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 25c9fba..6210988 100644 --- a/README.md +++ b/README.md @@ -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 . ```