From 1ca9cedc47c3b4cdf31cbb0f24580abfd2a58e28 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Wed, 17 Jan 2018 17:33:17 +0100 Subject: [PATCH] Some minor documentation improvements --- Docs/how_to_run.md | 10 ++-------- README.md | 6 ++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Docs/how_to_run.md b/Docs/how_to_run.md index 47412a339..613d44b5a 100644 --- a/Docs/how_to_run.md +++ b/Docs/how_to_run.md @@ -38,15 +38,9 @@ The "carla" Python module provides a basic API for communicating with the CARLA server. In the "PythonClient" folder we provide a couple of examples on how to use this API. We recommend Python 3, but they are also compatible with Python 2. -The basic functionality requires only the protobuf module to be installed +Install the dependencies with - $ sudo apt-get install python3 python3-pip - $ sudo pip3 install protobuf - -However, other operations as handling images require some extra modules, and the -"manual_control.py" example requires pygame - - $ sudo pip3 install numpy Pillow pygame + $ pip install -r PythonClient/requirements.txt The script "PythonClient/client_example.py" provides basic functionality for controlling the vehicle and saving images to disk. Run the help command to see diff --git a/README.md b/README.md index 572284531..7eab6be40 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ Please take a look at our [Contribution guidelines][contriblink]. [contriblink]: http://carla.readthedocs.io/en/latest/CONTRIBUTING +F.A.Q. +------ + +If you run into problems, check our +[FAQ](http://carla.readthedocs.io/en/latest/faq/). + License -------