Skip to content

Commit

Permalink
Mod: Update doc usage page captions and typo in installation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Mar 25, 2024
1 parent 6733609 commit 3e5e9bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Installation
Simply run:

.. code-block:: bash
pip install aac-datasets
Expand All @@ -20,8 +20,8 @@ The python requirements are automatically installed when using pip on this repos
py7zr >= 0.17.2
pyyaml >= 6.0
tqdm >= 4.64.0
huggingface-hub>=0.15.1
numpy>=1.21.2
huggingface-hub >= 0.15.1
numpy >= 1.21.2
External requirements (AudioCaps only)
######################################
Expand Down
2 changes: 2 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Download a dataset
########################

You can download each dataset subset by using the download=True option in dataset constructor.

.. :caption: Download Clotho development dataset (python).
.. code-block:: python
Expand All @@ -14,6 +15,7 @@ You can download each dataset subset by using the download=True option in datase
_ = Clotho("/my/path/to/data", subset="dev", download=True)
Or by the command line :

.. :caption: Download Clotho development dataset (command line).
.. code-block:: bash
Expand Down

0 comments on commit 3e5e9bf

Please sign in to comment.