Minor doc fixes to refer to Mac intel and silicon

This commit is contained in:
Dion Moult
2024-03-28 17:13:50 +11:00
parent d5c2085366
commit 4584430a5f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ You will need to choose which build to download.
- If you are on Blender >=4.1, choose py311 - If you are on Blender >=4.1, choose py311
- If you are on Blender >=3.1 and <=4.0, choose py10 - If you are on Blender >=3.1 and <=4.0, choose py10
- If you are on Blender >=2.93 and <3.1, choose py39 - If you are on Blender >=2.93 and <3.1, choose py39
- Choose ``linux``, ``macos``, ``macosm1`` (for Apple M1 devices), or ``win`` - Choose ``linux``, ``macos`` (Apple Intel), ``macosm1`` (Apple Silicon), or
depending on your operating system ``win`` depending on your operating system
Sometimes, a build may be delayed, or contain broken code. We try to avoid this, Sometimes, a build may be delayed, or contain broken code. We try to avoid this,
but it happens. but it happens.
+2 -2
View File
@@ -6,8 +6,8 @@ the Python version shipped by the Blender Foundation for the most recent three
major Blender versions: major Blender versions:
- 64-bit Linux on Python 3.10 - 64-bit Linux on Python 3.10
- 64-bit MacOS on Python 3.10 - 64-bit MacOS Intel on Python 3.10
- 64-bit MacOS M1 on Python 3.10 - 64-bit MacOS Silicon on Python 3.10
- 64-bit Windows on Python 3.10 - 64-bit Windows on Python 3.10
Note that developer builds may exist for older versions of Python but there will Note that developer builds may exist for older versions of Python but there will