Update docs to use dataset downloader as a module

This commit is contained in:
Cem Gökmen 2024-07-24 11:51:57 -07:00
parent f6e5fa5cd4
commit 173b851de6
1 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ There are three ways to setup **`OmniGibson`**, all built upon different ways of
5. Download **`OmniGibson`** dataset and assets:
```shell
python omnigibson/download_datasets.py
python -m omnigibson.download_datasets
```
</div>
@ -184,7 +184,7 @@ There are three ways to setup **`OmniGibson`**, all built upon different ways of
4. Download **`OmniGibson`** dataset (within the conda env):
```shell
python omnigibson/download_datasets.py
python -m omnigibson.download_datasets
```
</div>
@ -223,7 +223,7 @@ There are three ways to setup **`OmniGibson`**, all built upon different ways of
4. Download **`OmniGibson`** dataset (within the conda env):
```powershell
python scripts\download_datasets.py
python -m omnigibson.download_datasets
```
</div>