Skip to content

Commit

Permalink
added apple notice to DEVELOPERS readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Molier committed Aug 19, 2024
1 parent cc40abb commit 25de6e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,11 @@ other option is to run as root from within the `devcontainer.json` `"remoteUser"
```pipx run vulture . --exclude venv```

[deptry](https://github.com/fpgmaas/deptry) for checking dependencies
```pipx run deptry . --ignore-notebooks```
```pipx run deptry . --ignore-notebooks```

# Apple Silicon notes
> ⚠️ note:
> If you’re on an Apple Silicon machine, you’ll need to install [polars](https://pandera.readthedocs.io/en/latest/polars.html) via pip install polars-lts-cpu.
> You may have to delete polars if it’s already installed:
> `pip uninstall polars`
> `pip install polars-lts-cpu`

0 comments on commit 25de6e4

Please sign in to comment.