Skip to content

Commit

Permalink
updated extras
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Aug 29, 2023
1 parent fcd8ef6 commit b5d56f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ In addition, Presidio requires at least one NLP engine (spaCy, transformers or s
=== "Transformers"

```
pip install presidio_analyzer[transformers]
pip install "presidio_analyzer[transformers]"
```

=== "Stanza"

```
pip install presidio_analyzer[stanza]
pip install "presidio_analyzer[stanza]"
```

For a more detailed installation of each package, refer to the specific documentation:
Expand Down

0 comments on commit b5d56f6

Please sign in to comment.