Skip to content

Commit

Permalink
Tools: Update setup command for macOS native setup (commaai#34202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin authored Dec 11, 2024
1 parent 41b5065 commit 03cd007
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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
Expand Down

0 comments on commit 03cd007

Please sign in to comment.