Skip to content

Commit 1b7447e

Browse files
griffinliSorixelle
authored andcommitted
sdk: remove mac dependency requirements
Signed-off-by: Griffin Li <[email protected]>
1 parent fb38659 commit 1b7447e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/sdk/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ scripts:
2727

2828
#### MacOS
2929

30-
Use [Homebrew](https://brew.sh/) to install dependencies.
31-
32-
You'll need Python 3.10 or above, not the MacOS default installation of 3.9. To install a newer version of Python, as well as the other dependencies, run:
30+
You'll need Python 3.10 or above, not the MacOS default installation of 3.9. To install a newer version of Python using [Homebrew](https://brew.sh/), run:
3331

3432
```bash
35-
brew install python glib pixman
33+
brew install python
3634
```
3735

3836
#### Ubuntu

0 commit comments

Comments
 (0)