From ca1636035ade0f1a329314533f54a3fb684786d1 Mon Sep 17 00:00:00 2001 From: Jonathan Vandermause Date: Mon, 21 Oct 2024 13:12:01 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2f516e1..ac15fd86a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ There are no non-standard hardware requirements to download the software and tra ## Tests We recommend running unit tests to confirm that FLARE is running properly on your machine. We have implemented our tests using the pytest suite. You can call `pytest` from the command line in the tests directory. -Instructions (either DFT package will suffice): +Instructions: ``` pip install pytest cd tests