Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 authored Mar 27, 2024
1 parent ce3304b commit 3e9c5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ flowchart TD

## FAQ
- Q: How to install PyPartMC with MOSAIC enabled?
A: `MOSAIC_HOME=<<PATH_TO_MASAIC_LIB>> pip install --no-binary=PyPartMC PyPartMC`
A: `MOSAIC_HOME=<<PATH_TO_MOSAIC_LIB>> pip install --no-binary=PyPartMC PyPartMC`

- Q: Why `pip install PyPartMC` triggers compilation on my brand new Apple machine, while it quickly downloads and installs binary packages when executed on older Macs, Windows or Linux?
A: We are not yet providing binary wheels on PyPI for Apple-silicon (arm64) machines. Cross-compilation with gfortran is only supported with experimental unofficial builds [and is tricky](https://github.com/iains/gcc-12-branch/issues/23), while Github Actions ARM64 virtual machines are [costly](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#minute-multipliers).
Expand Down

0 comments on commit 3e9c5aa

Please sign in to comment.