Skip to content

Commit

Permalink
Merge pull request carla-simulator#16 from carla-simulator/johannesqu…
Browse files Browse the repository at this point in the history
…ast-patch-1

Update getting_started.md
  • Loading branch information
fabianoboril authored Dec 21, 2018
2 parents 7c790af + 4c9e94b commit bfdb659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ pip3 install --user py_trees # For Python 3.x

## Running the follow vehicle example
First of all, you need to get latest master branch from CARLA. Then you have to
install the PythonAPI:
include CARLA Python API to the Python path:
```
easy_install ${CARLA_ROOT}/PythonAPI/carla-<VERSION>.egg
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla-<VERSION>.egg
```

Now, you can start the CARLA server with Town01 from ${CARLA_ROOT}
Expand Down

0 comments on commit bfdb659

Please sign in to comment.