Add no install datasets flag

This commit is contained in:
Cem Gökmen 2024-10-02 13:20:19 -07:00
parent 5211bd1220
commit 4cdbb330d5
1 changed files with 3 additions and 1 deletions

View File

@ -283,7 +283,9 @@ def attempt_pip_install():
@click.command()
@click.option(
"--install-datasets", default=True, help="Install the OmniGibson dataset and assets after installing Isaac Sim"
"--install-datasets/--no-install-datasets",
default=True,
help="Install the OmniGibson dataset and assets after installing Isaac Sim",
)
@click.option(
"--launcher-install/--pip-install",