Skip to content

Commit c3cc39b

Browse files
committed
AUTO-6393: Revert "AUTO-6386: README.md: Set PYTHONPATH when running examples and unit tests"
This reverts commit 165ae6a.
1 parent 54dd3a5 commit c3cc39b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ Documentation is available on our website: https://www.svlsimulator.com/docs/pyt
1717
# install in development mode
1818
pip3 install --user -e .
1919

20-
# only required when running the examples and unit tests
21-
export PYTHONPATH=$PWD
22-
2320
# Examples
2421

2522
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
8279
<br/>
8380
Then launch an **API Only** simulation before running the unit tests.
8481

85-
# required to run the unittests
86-
export PYTHONPATH=$PWD
87-
8882
# run all unittests
8983
python3 -m unittest discover -v -c
9084

0 commit comments

Comments
 (0)