From b5d56f6033d2fbb18c534f09717279886e57b8c9 Mon Sep 17 00:00:00 2001 From: Omri Mendels Date: Tue, 29 Aug 2023 14:26:53 +0300 Subject: [PATCH] updated extras --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index a8e635bd3..73249ee99 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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: