Skip to content

Commit

Permalink
Update INSTALLATION.md (#222)
Browse files Browse the repository at this point in the history
L113 make command use pip3 - becuase it doesn't work with pip
  • Loading branch information
drjwbaker committed Mar 27, 2024
1 parent 19ecdfa commit 521b081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ poetry update && poetry install && poetry build
```

```bash
pip install --force-reinstall dist/*.whl
pip3 install --force-reinstall dist/*.whl
```

<details>
Expand Down

0 comments on commit 521b081

Please sign in to comment.