Installation¶ From Source¶ git clone https://github.com/radical-collaboration/DeepDriveSim.git cd DeepDriveSim pip install -e . With Development Dependencies¶ pip install -e ".[dev]" With Documentation Dependencies¶ pip install -e ".[doc]"