File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
`32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=5555 >`__
54
54
for Python 3.4) redistributable packages need to be installed.
55
55
56
- OSX
57
- ---
56
+ macOS
57
+ -----
58
58
59
- If you are using python 2.7 on a Mac you may need to do::
59
+ If you are using Python 2.7 on a Mac you may need to do::
60
60
61
61
xcode-select --install
62
62
63
- so that *subprocess32 *, a dependency, may be complied .
63
+ so that *subprocess32 *, a dependency, may be compiled .
64
64
65
65
To use the native OSX backend you will need :ref: `a framework build
66
66
<osxframework-faq>` build of Python.
@@ -69,7 +69,7 @@ To use the native OSX backend you will need :ref:`a framework build
69
69
Linux
70
70
-----
71
71
72
- On extremely old versions of linux and python 2.7 you may need to
72
+ On extremely old versions of Linux and Python 2.7 you may need to
73
73
install the master version of *subprocess32 * (`see comments
74
74
<https://github.com/google/python-subprocess32/issues/12#issuecomment-304724113> `__).
75
75
You can’t perform that action at this time.
0 commit comments