Skip to content

Commit

Permalink
Installation command line needs to be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Oct 20, 2024
1 parent ac75958 commit 31d983c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@ Read our [docs here](https://identity-library.readthedocs.io/en/latest/)
This package is [available on PyPI](https://pypi.org/project/identity/).
Choose the package declaration that matches your web framework:

* Django: `pip install identity[django]`
* Flask: `pip install identity[flask]`
* Quart: `pip install identity[quart]`
Note: Make sure you put "identity[...]" in quotes to ensure it works in all terminals.

* Django: `pip install "identity[django]"`
* Flask: `pip install "identity[flask]"`
* Quart: `pip install "identity[quart]"`


## Versions

Expand Down

0 comments on commit 31d983c

Please sign in to comment.