Skip to content

Commit 50458db

Browse files
authored
Fix pip install option in setup.rst
Option was listed as [example] instead of [examples].
1 parent 294d327 commit 50458db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/setup.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This includes SMARTS but none of the examples.
3535
$ bash utils/setup/install_deps.sh
3636
3737
# This should install the latest version of SMARTS from package index (generally PyPI).
38-
$ pip install 'smarts[camera-obs,sumo,example]'
38+
$ pip install 'smarts[camera-obs,sumo,examples]'
3939
4040
4141
Development
@@ -85,8 +85,8 @@ Run the following commands to setup the SMARTS simulator.
8585
# `example` - needed for running examples.
8686
# `--config-settings editable_mode=strict` - may be needed depending on version of setuptools.
8787
# See https://github.com/huawei-noah/SMARTS/issues/2090.
88-
$ pip install -e '.[camera-obs,sumo,test,example]' --config-settings editable_mode=strict
88+
$ pip install -e '.[camera-obs,sumo,test,examples]' --config-settings editable_mode=strict
8989
9090
# Run sanity-test and verify they are passing.
9191
# If tests fail, check './sanity_test_result.xml' for test report.
92-
$ make sanity-test
92+
$ make sanity-test

0 commit comments

Comments
 (0)