From 9c449507e0a6e06e51c6170f581c24beafab58cb Mon Sep 17 00:00:00 2001 From: Scott Leishman Date: Wed, 13 Mar 2019 22:21:44 -0700 Subject: [PATCH] update CARLA install docs to note python client. (#234) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7df555a..fb3b740 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,12 @@ dashboard https://github.com/carla-simulator/carla/releases + Install the python client and dependencies from the release tarball: + ``` + pip3 install -r PythonClient/requirements.txt + pip3 install PythonClient + ``` + Create a new CARLA_ROOT environment variable pointing to CARLA's installation directory. A simple CARLA settings file (```CarlaSettings.ini```) is supplied with Coach, and is located in the ```environments``` directory.