Fix documentation

This commit is contained in:
nsubiron 2017-10-26 17:23:13 +02:00
parent 096202fc3a
commit 2085833dcc
2 changed files with 13 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Requires Python 3 and the protobuf module installed, saving images to disk
requires the PIL module too.
$ sudo apt-get install python3 python3-pip
$ sudo pip install protobuf
$ sudo pip3 install protobuf
A sample Python script is provided at `PythonClient/client_example.py`. The
script is well commented explaining how to use the client API.

View File

@ -0,0 +1,12 @@
CARLA Client for Testing
========================
Requires Python 3 and the protobuf module installed, saving images to disk
requires the PIL module too.
$ sudo apt-get install python3 python3-pip
$ sudo pip3 install protobuf
A sample Python script explaining how to use the client API is provided
$ ./client_example.py --help