We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dd3a5 commit c3cc39bCopy full SHA for c3cc39b
README.md
@@ -17,9 +17,6 @@ Documentation is available on our website: https://www.svlsimulator.com/docs/pyt
17
# install in development mode
18
pip3 install --user -e .
19
20
- # only required when running the examples and unit tests
21
- export PYTHONPATH=$PWD
22
-
23
# Examples
24
25
Look into `quickstart` and `examples` folders for simple usages. To run these
@@ -82,9 +79,6 @@ Lincoln2017MKZ | Apollo 5.0 | https://wise.svlsimulator.com/vehicles/p
82
79
<br/>
83
80
Then launch an **API Only** simulation before running the unit tests.
84
81
85
- # required to run the unittests
86
87
88
# run all unittests
89
python3 -m unittest discover -v -c
90
0 commit comments