Skip to content

Commit

Permalink
[docs] Update README.md to include extras example (#1806)
Browse files Browse the repository at this point in the history
## Summary

<!-- What's the purpose of the change? What does it do, and why? -->
There was no example of to hint support for extras in the README.md.

I added one example in the install section that is used in the uv tests.
  • Loading branch information
samypr100 authored Feb 22, 2024
1 parent 831ab45 commit b3be53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ uv pip install flask # Install Flask.
uv pip install -r requirements.txt # Install from a requirements.txt file.
uv pip install -e . # Install the current project in editable mode.
uv pip install "package @ ." # Install the current project from disk
uv pip install "flask[dotenv]" # Install Flask with "dotenv" extra.
```

To generate a set of locked dependencies from an input file:
Expand Down

0 comments on commit b3be53b

Please sign in to comment.