Skip to content

Commit

Permalink
Update setup_mac.md
Browse files Browse the repository at this point in the history
Support apple silicon
  • Loading branch information
DocGarbanzo authored Dec 2, 2023
1 parent 53932b3 commit f1adaa1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/guide/host_pc/setup_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ As you have activated the new `donkey` env already you simply type:
```bash
pip install donkeycar[pc]
```
This will install the latest release.
if you are using an Intel Mac or you type:

```bash
pip install donkeycar[macos]
```
if you are on Apple Silicon. This will install the latest release.

### Developer install

Expand Down

0 comments on commit f1adaa1

Please sign in to comment.