Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GinkoBalboa authored Jul 5, 2022
1 parent 9551c18 commit 5f7713d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5f7713d

Please sign in to comment.