Skip to content
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