Skip to content

Commit b6b9f36

Browse files
committed
Add s5cmd to dependencies
1 parent 3c4eda6 commit b6b9f36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/datasets/av2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ Download
9999
~~~~~~~~
100100

101101
You can download the Argoverse 2 Sensor dataset from the `Argoverse website <https://www.argoverse.org/>`_.
102-
You can also use directly the dataset from AWS. For that, you first need to install `s5cmd <https://github.com/peak/s5cmd>`_:
102+
.. You can also use directly the dataset from AWS. For that, you first need to install `s5cmd <https://github.com/peak/s5cmd>`_:
103103
104-
.. code-block:: bash
104+
.. .. code-block:: bash
105105
106-
pip install s5cmd
106+
.. pip install s5cmd
107107
108108
109109
Next, you can run the following bash script to download the dataset:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies = [
4747
"omegaconf",
4848
"typing-extensions",
4949
"requests",
50+
"s5cmd",
5051
]
5152

5253
[project.scripts]

0 commit comments

Comments
 (0)