Skip to content

Commit

Permalink
Fixed PythonPath in documentation
Browse files Browse the repository at this point in the history
Change-Id: I7380a4b8384802c1292d88f3aae6c47a21fabfb7
  • Loading branch information
fabianoboril committed Jul 10, 2019
1 parent 2acdc1f commit c6e73a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Note: py-trees newer than v0.8 is *NOT* supported.
First of all, you need to get latest master branch from CARLA. Then you have to
include CARLA Python API to the Python path:
```
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-<VERSION>.egg:${CARLA_ROOT}/PythonAPI/carla/agents:${CARLA_ROOT}/PythonAPI
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-<VERSION>.egg:${CARLA_ROOT}/PythonAPI/carla/agents:${CARLA_ROOT}/PythonAPI/carla
```
NOTE: ${CARLA_ROOT} needs to be replaced with your CARLA installation directory,
and <VERSION> needs to be replaced with the correct string.
Expand Down

0 comments on commit c6e73a0

Please sign in to comment.