Commit 66b61322 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

clarify architecture switching in README

parent 8a61f1f3
...@@ -429,8 +429,8 @@ To use these scripts ...@@ -429,8 +429,8 @@ To use these scripts
* For Apple silicon support you can either create an ``arm64`` wheel or * For Apple silicon support you can either create an ``arm64`` wheel or
a ``universal2`` wheel by supplying ``PLAT`` env variable. a ``universal2`` wheel by supplying ``PLAT`` env variable.
``universal2`` builds work on both ``arm64`` and ``x86_64`` platforms ``universal2`` builds work on both ``arm64`` and ``x86_64`` platforms
and also allows the ability to switch the architecture on ``universal2`` and also make it possible for the wheel code to work when switching the
python builds on Apple silicon machines where ``x86_64`` can be run architecture on Apple silicon machines where ``x86_64`` can be run
using Rosetta2 emulation. using Rosetta2 emulation.
There are two ways to build ``universal2`` builds. There are two ways to build ``universal2`` builds.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment