Skip to content

Commit ba0e3ac

Browse files
authored
Update the macos tag in pip download docs (#11603)
1 parent 45debcc commit ba0e3ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/html/cli/pip_download.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Examples
8181
8282
#. Download a package and all of its dependencies with OSX specific interpreter constraints.
8383
This forces OSX 10.10 or lower compatibility. Since OSX deps are forward compatible,
84-
this will also match ``macosx-10_9_x86_64``, ``macosx-10_8_x86_64``, ``macosx-10_8_intel``,
84+
this will also match ``macosx_10_9_x86_64``, ``macosx_10_8_x86_64``, ``macosx_10_8_intel``,
8585
etc.
8686
It will also match deps with platform ``any``. Also force the interpreter version to ``27``
8787
(or more generic, i.e. ``2``) and implementation to ``cp`` (or more generic, i.e. ``py``).
@@ -92,7 +92,7 @@ Examples
9292
9393
python -m pip download \
9494
--only-binary=:all: \
95-
--platform macosx-10_10_x86_64 \
95+
--platform macosx_10_10_x86_64 \
9696
--python-version 27 \
9797
--implementation cp \
9898
SomePackage
@@ -103,7 +103,7 @@ Examples
103103
104104
py -m pip download ^
105105
--only-binary=:all: ^
106-
--platform macosx-10_10_x86_64 ^
106+
--platform macosx_10_10_x86_64 ^
107107
--python-version 27 ^
108108
--implementation cp ^
109109
SomePackage

news/d4da20f5-0ed2-480c-baa9-2490e4abdff6.trivial.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)