Fix documentation
This commit is contained in:
parent
096202fc3a
commit
2085833dcc
|
@ -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.
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue