File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This includes SMARTS but none of the examples.
35
35
$ bash utils/setup/install_deps.sh
36
36
37
37
# 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 ]'
39
39
40
40
41
41
Development
@@ -85,8 +85,8 @@ Run the following commands to setup the SMARTS simulator.
85
85
# `example` - needed for running examples.
86
86
# `--config-settings editable_mode=strict` - may be needed depending on version of setuptools.
87
87
# 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
89
89
90
90
# Run sanity-test and verify they are passing.
91
91
# If tests fail, check './sanity_test_result.xml' for test report.
92
- $ make sanity-test
92
+ $ make sanity-test
You can’t perform that action at this time.
0 commit comments