File tree 1 file changed +3
-3
lines changed
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
206
206
scrolling down to "All downloads" -> "Tools for Visual Studio 2019".
207
207
In the installer, select the "C++ build tools" workload.
208
208
209
- **Mac OS **
209
+ **macOS **
210
210
211
211
Information about compiler installation can be found here:
212
212
https://devguide.python.org/setup/#macos
@@ -299,7 +299,7 @@ Creating a Python environment (pip)
299
299
If you aren't using conda for your development environment, follow these instructions.
300
300
You'll need to have at least Python 3.6.1 installed on your system.
301
301
302
- **Unix **/**Mac OS with virtualenv **
302
+ **Unix **/**macOS with virtualenv **
303
303
304
304
.. code-block :: bash
305
305
@@ -318,7 +318,7 @@ You'll need to have at least Python 3.6.1 installed on your system.
318
318
python setup.py build_ext --inplace -j 4
319
319
python -m pip install -e . --no-build-isolation --no-use-pep517
320
320
321
- **Unix **/**Mac OS with pyenv **
321
+ **Unix **/**macOS with pyenv **
322
322
323
323
Consult the docs for setting up pyenv `here <https://github.com/pyenv/pyenv >`__.
324
324
You can’t perform that action at this time.
0 commit comments