Installation
Requirements
Python 3.11
pip
(Optional) Docker for containerized deployment
Supported Platforms
Windows 10+
Ubuntu 22.04+
Steps
Clone the repository:
git clone https://github.com/AkshayChikhalkar/carla-driving-simulator-client.git cd carla-driving-simulator-client
Install dependencies:
pip install -e .[dev,docs]
(Optional) Build and run with Docker:
docker-compose up --build
For more details, see the README.md and DOCKER_README.md files.