Skip to content

Commit

Permalink
doc fix for pip install error on mac (projectmesa#2508)
Browse files Browse the repository at this point in the history
* doc fix for pip install error on mac

closes projectmesa#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>
  • Loading branch information
quaquel and pre-commit-ci[bot] authored Nov 18, 2024
1 parent 134995f commit fcbbd2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ To also install our recommended dependencies:
pip install -U mesa[rec]
```

On a Mac, this command might cause an error stating `zsh: no matches found: mesa[all]`.
In that case, change the command to `pip install -U "mesa[rec]"`.


To install our latest pre-release:

```bash
Expand Down

0 comments on commit fcbbd2a

Please sign in to comment.