Commit f13f531
XS✔ ◾ Doc: Install Python for video downloader (Mac & Windows) (#981)
* docs: add Install Python for video downloader (Mac & Windows) section
Adds single-line install commands for Python via Homebrew (macOS) and
Chocolatey (Windows), verification steps, yt-dlp install instructions,
and common PATH troubleshooting notes, per issue #638.
* docs: use python3/pip3 as primary macOS commands, add Chocolatey TLS 1.2 line
Homebrew installs Python as python3/pip3, so the quick-start commands
using bare python/pip would fail with "command not found" on a fresh
Mac. Promote python3/pip3 to the primary macOS instructions (split
verify/install commands per-OS) instead of only mentioning them in the
troubleshooting footnote. Also add the TLS 1.2 ServicePointManager
line to the Chocolatey one-liner to match the vendor's official
install script and avoid handshake failures on older PowerShell
defaults, and drop the redundant nested powershell -Command wrapper.
Addresses muster review major + minor findings on PR #981.
---------
Co-authored-by: armada-lookout <armada-lookout@users.noreply.github.com>1 parent 502ba86 commit f13f531
1 file changed
Lines changed: 89 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
27 | 116 | | |
28 | 117 | | |
29 | 118 | | |
| |||
0 commit comments