Installation

Requirements

  • Python 3.11

  • pip

  • (Optional) Docker for containerized deployment

Supported Platforms

  • Windows 10+

  • Ubuntu 22.04+

Steps

  1. Clone the repository:

    git clone https://github.com/AkshayChikhalkar/carla-driving-simulator-client.git
    cd carla-driving-simulator-client
    
  2. Install dependencies:

    pip install -e .[dev,docs]
    
  3. (Optional) Build and run with Docker:

    docker-compose up --build
    

For more details, see the README.md and DOCKER_README.md files.