From 79407a03bd2bfde4ff1e9e50b2c2207b7ece4125 Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 25 Oct 2024 14:54:56 -0700 Subject: [PATCH] Update README.md Changed requirement.txt to requirements.txt to reflect the actual name of the file. Signed-off-by: JJ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 789da07d..b3d0d366 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ conda install -c conda-forge/label/cf202003 lammps The SNAP potential comes with this lammps installation. The GAP package for GAP and MLIP package for MTP are needed to run the corresponding potentials. For fitting NNP potential, the `n2p2` package is needed. -Install all the libraries from requirement.txt file:: +Install all the libraries from requirements.txt file:: ```bash pip install -r requirements.txt