@@ -89,14 +89,14 @@ limitation.
8989The `wheel ` project also provides a `wheel convert ` subcommand that can
9090convert a Windows `bdist_wininst ` installer to a wheel.
9191
92- Mac OS X installers and package managers
93- ----------------------------------------
92+ macOS installers and package managers
93+ -------------------------------------
9494
9595Similar to the situation on Windows, many projects (including NumPy) publish
96- Mac OS X installers that are compatible with the Mac OS X CPython binaries
96+ macOS installers that are compatible with the macOS CPython binaries
9797published on python.org.
9898
99- Mac OS X users also have access to Linux distribution style package managers
99+ macOS users also have access to Linux distribution style package managers
100100such as ``MacPorts ``. The SciPy site has more details on using MacPorts to
101101install the `scientific Python stack
102102<http://www.scipy.org/install.html#mac-packages> `__
@@ -144,7 +144,7 @@ updated from the Anaconda repository.
144144environment management system included in Anaconda that allows users to
145145install multiple versions of binary software packages and their dependencies,
146146and easily switch between them. It is a cross-platform tool working on Windows,
147- OSX , and Linux. Conda can be used to package up and distribute all kinds of
147+ macOS , and Linux. Conda can be used to package up and distribute all kinds of
148148packages, it is not limited to just Python packages. It has full support
149149for native virtual environments. Conda makes environments first-class citizens,
150150making it easy to create independent environments even for C libraries. It is
0 commit comments