Skip to content

Commit

Permalink
Fix pip install option in setup.rst
Browse files Browse the repository at this point in the history
Option was listed as [example] instead of [examples].
  • Loading branch information
Gamenot authored Apr 17, 2024
1 parent 294d327 commit 50458db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
$ make sanity-test

0 comments on commit 50458db

Please sign in to comment.