Developer Install
For those interested in contributing to the Donkey Car project or needing a development setup:
- Clone the Repository:
git clone https://github.com/autorope/donkeycar.git - Checkout the Desired Branch: Typically,
git checkout devfor the latest features. - Install Dependencies: Navigate to the cloned directory and run
pip install -e .[dev]to install all necessary dependencies for development.