Skip to content

Commit

Permalink
Mod: update installation requirements in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Feb 2, 2024
1 parent dd30ec8 commit 8c74dfe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Installation
Simply run to install the package:

.. code-block:: bash
pip install aac-metrics
Then download the external tools needed for SPICE, PTBTokenizer, METEOR and FENSE:

.. code-block:: bash
aac-metrics-download
Expand All @@ -26,4 +26,5 @@ The python requirements are automatically installed when using pip on this repos
pyyaml>=6.0
tqdm>=4.64.0
sentence-transformers>=2.2.2
transformers<4.31.0
transformers
packaging

0 comments on commit 8c74dfe

Please sign in to comment.