Skip to content

Commit

Permalink
fix install instructions
Browse files Browse the repository at this point in the history
pip install -u is no longer a valid flag
user install is auto detected
  • Loading branch information
Skyler84 committed Mar 6, 2024
1 parent de4125f commit 1fc1e63
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 @@ -9,7 +9,7 @@ Ensure you have python poetry installed - this is used to install a virtualenv a

```
pip install --upgrade pip
pip3 install -u poetry
pip3 install poetry
poetry install --no-root
```

Expand Down

0 comments on commit 1fc1e63

Please sign in to comment.