Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
Replacing easy_install by extending PYTHONPATH.
  • Loading branch information
johannesquast authored Dec 21, 2018
1 parent 7c790af commit 4c9e94b
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 4c9e94b

Please sign in to comment.