Skip to content

Commit

Permalink
Merge pull request #4 from Verolop/python-version-update
Browse files Browse the repository at this point in the history
Update 'python' to 'python3' on the README
  • Loading branch information
milancurcic authored Sep 6, 2021
2 parents 3c5a3ad + ee50f72 commit 392fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ produced by the Fortran apps.
First, set up a fresh Python virtual environment:

```
python -m venv venv
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -r plotting/requirements.txt
Expand Down

0 comments on commit 392fed9

Please sign in to comment.