From 50458db47a6fb5911223adb8c68652d3420039b4 Mon Sep 17 00:00:00 2001 From: Tucker Alban Date: Wed, 17 Apr 2024 09:48:52 -0400 Subject: [PATCH] Fix pip install option in setup.rst Option was listed as [example] instead of [examples]. --- docs/setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index 79c87c0a73..24be8929c9 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -35,7 +35,7 @@ This includes SMARTS but none of the examples. $ bash utils/setup/install_deps.sh # This should install the latest version of SMARTS from package index (generally PyPI). - $ pip install 'smarts[camera-obs,sumo,example]' + $ pip install 'smarts[camera-obs,sumo,examples]' Development @@ -85,8 +85,8 @@ Run the following commands to setup the SMARTS simulator. # `example` - needed for running examples. # `--config-settings editable_mode=strict` - may be needed depending on version of setuptools. # See https://github.com/huawei-noah/SMARTS/issues/2090. - $ pip install -e '.[camera-obs,sumo,test,example]' --config-settings editable_mode=strict + $ pip install -e '.[camera-obs,sumo,test,examples]' --config-settings editable_mode=strict # Run sanity-test and verify they are passing. # If tests fail, check './sanity_test_result.xml' for test report. - $ make sanity-test \ No newline at end of file + $ make sanity-test