File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ You will need `Build Tools for Visual Studio 2017
206206 scrolling down to "All downloads" -> "Tools for Visual Studio 2019".
207207 In the installer, select the "C++ build tools" workload.
208208
209- **Mac OS **
209+ **macOS **
210210
211211Information about compiler installation can be found here:
212212https://devguide.python.org/setup/#macos
@@ -299,7 +299,7 @@ Creating a Python environment (pip)
299299If you aren't using conda for your development environment, follow these instructions.
300300You'll need to have at least Python 3.6.1 installed on your system.
301301
302- **Unix **/**Mac OS with virtualenv **
302+ **Unix **/**macOS with virtualenv **
303303
304304.. code-block :: bash
305305
@@ -318,7 +318,7 @@ You'll need to have at least Python 3.6.1 installed on your system.
318318 python setup.py build_ext --inplace -j 4
319319 python -m pip install -e . --no-build-isolation --no-use-pep517
320320
321- **Unix **/**Mac OS with pyenv **
321+ **Unix **/**macOS with pyenv **
322322
323323Consult the docs for setting up pyenv `here <https://github.com/pyenv/pyenv >`__.
324324
You can’t perform that action at this time.
0 commit comments