Skip to content

Commit fcbbd2a

Browse files
doc fix for pip install error on mac (#2508)
* doc fix for pip install error on mac closes #2498 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 134995f commit fcbbd2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ To also install our recommended dependencies:
4343
pip install -U mesa[rec]
4444
```
4545

46+
On a Mac, this command might cause an error stating `zsh: no matches found: mesa[all]`.
47+
In that case, change the command to `pip install -U "mesa[rec]"`.
48+
49+
4650
To install our latest pre-release:
4751

4852
```bash

0 commit comments

Comments
 (0)