mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
update CARLA install docs to note python client. (#234)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user