File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,19 +102,19 @@ Public License 2.0.
102102
103103.. __ : https://devguide.python.org/#status-of-python-branches
104104
105- Mac OS
106- ------
105+ macOS
106+ -----
107107
108108py2app
109109^^^^^^
110110
111111`py2app <https://pypi.org/project/py2app/ >`__ is a Python setuptools
112- command which will allow you to make standalone Mac OS X application
112+ command which will allow you to make standalone macOS application
113113bundles and plugins from Python scripts. Note that py2app MUST be used
114- on OSX to build applications, it cannot create Mac applications on other
114+ on macOS to build applications, it cannot create Mac applications on other
115115platforms. py2app is released under the MIT-license.
116116
117- Unix (including Linux and Mac OS X )
117+ Unix (including Linux and macOS )
118118-----------------------------------
119119
120120pex
125125spirit of virtualenvs. pex is an expansion upon the ideas outlined in :pep: `441 `
126126and makes the deployment of Python applications as simple as cp. pex files may
127127even include multiple platform-specific Python distributions, meaning that a
128- single pex file can be portable across Linux and OS X . pex is released under the
128+ single pex file can be portable across Linux and macOS . pex is released under the
129129Apache License 2.0.
130130
131131Configuration management
You can’t perform that action at this time.
0 commit comments