1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 19:50:17 +01:00

update CARLA install docs to note python client. (#234)

This commit is contained in:
Scott Leishman
2019-03-13 22:21:44 -07:00
committed by GitHub
parent 8be9ea5dc9
commit 9c449507e0

View File

@@ -226,6 +226,12 @@ dashboard
https://github.com/carla-simulator/carla/releases 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. 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. A simple CARLA settings file (```CarlaSettings.ini```) is supplied with Coach, and is located in the ```environments``` directory.