Skip to content

DOC: macOS is the new name for Mac OS #37214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ You will need `Build Tools for Visual Studio 2017
scrolling down to "All downloads" -> "Tools for Visual Studio 2019".
In the installer, select the "C++ build tools" workload.

**Mac OS**
**macOS**

Information about compiler installation can be found here:
https://devguide.python.org/setup/#macos
Expand Down Expand Up @@ -299,7 +299,7 @@ Creating a Python environment (pip)
If you aren't using conda for your development environment, follow these instructions.
You'll need to have at least Python 3.6.1 installed on your system.

**Unix**/**Mac OS with virtualenv**
**Unix**/**macOS with virtualenv**

.. code-block:: bash

Expand All @@ -318,7 +318,7 @@ You'll need to have at least Python 3.6.1 installed on your system.
python setup.py build_ext --inplace -j 4
python -m pip install -e . --no-build-isolation --no-use-pep517

**Unix**/**Mac OS with pyenv**
**Unix**/**macOS with pyenv**

Consult the docs for setting up pyenv `here <https://github.com/pyenv/pyenv>`__.

Expand Down