Skip to content

Commit c01d4f7

Browse files
committed
update installation doc to remove non-existing extras
1 parent 1b160d5 commit c01d4f7

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

docs/installation.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Using Pip
77

88
Simply use ``pip install renard-pipeline``.
99

10-
You can also install the following extras:
10+
Note that for some modules, you might need to install additional
11+
libraries:
1112

12-
- ``stanza`` (``pip install renard-pipeline[stanza]``), for the Stanford CoreNLP pipeline
13-
- ``spacy`` (``pip install renard-pipeline[spacy]``), for the Spacy
13+
- ``stanza`` (``pip install stanza``), for the Stanford CoreNLP pipeline
14+
- ``spacy`` (``pip install spacy coreferee``), for the Spacy
1415
coreference resolver Coreferee
1516

1617

@@ -22,11 +23,3 @@ The project uses `uv <https://docs.astral.sh/uv/>`_ to manage dependencies. Use
2223
- ``uv sync`` to install dependencies
2324
- ``uv run python my_script.py`` to run a script under the virtual
2425
environment with dependencies
25-
26-
27-
If you ever want to use the Stanford CoreNLP pipeline, you must install
28-
``stanza`` (``pip install stanza``).
29-
30-
If you want to use the Spacy Coreferee coreference solver, you need to
31-
install ``spacy``, ``spacy-transformers`` and ``corefereee`` (``pip
32-
install spacy spacy-transformers coreferee``).

0 commit comments

Comments
 (0)