From 5f7713d5548ad15523865e7ba8ffb19bc8ab1978 Mon Sep 17 00:00:00 2001 From: Aleksandar Bojarov Date: Tue, 5 Jul 2022 13:50:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1604441..02a4305 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ You can use the supplied conda environment `.yml` file to create an environment `parfis` from which you can perform all the compilation, google testing, pytesting and doc generation. -To create a `parfis` environment, and run compilation with google testing run: +To create a `parfis` environment run: ``` bash cd script @@ -102,7 +102,7 @@ conda activate parfis To run python tests: - Install the requred python modules from the requrements file in the script directory. -- Run local installation of parfis with pytest run +- Run local installation of parfis. ``` bash pip install -r requirements.txt