Skip to content

Commit

Permalink
Changed 'pip3' to 'pip' in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-florentin-charles committed Dec 6, 2023
1 parent 762a72b commit 28f88b1
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 @@ -22,7 +22,7 @@
```commandline
git clone https://github.com/paul-florentin-charles/bcn-rainfall-models.git
cd bcn-rainfall-models
pip3 install -r requirements.txt
pip install -r requirements.txt
python3 app.py
```

Expand Down

0 comments on commit 28f88b1

Please sign in to comment.