From 03cd00719c4c98946dd618ff00cb7e2ff112f36c Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Tue, 10 Dec 2024 22:05:09 -0500 Subject: [PATCH] Tools: Update setup command for macOS native setup (#34202) --- tools/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index ce710d5032d67f..26bd2a8d5c226b 100644 --- a/tools/README.md +++ b/tools/README.md @@ -6,7 +6,7 @@ openpilot is developed and tested on **Ubuntu 24.04**, which is the primary deve Most of openpilot should work natively on macOS. On Windows you can use WSL for a nearly native Ubuntu experience. Running natively on any other system is not currently recommended and will likely require modifications. -## Native setup on Ubuntu 24.04 +## Native setup on Ubuntu 24.04 and macOS **1. Clone openpilot** @@ -24,11 +24,18 @@ git clone --recurse-submodules https://github.com/commaai/openpilot.git **2. Run the setup script** +Ubuntu 24.04: ``` bash cd openpilot tools/ubuntu_setup.sh ``` +macOS: +``` bash +cd openpilot +tools/mac_setup.sh +``` + **3. Git LFS** ``` bash