diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-05-20 18:01:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 23:01:17 +0000 |
commit | 6e36d17f404556f0e3a43f441c477a71a91877d9 (patch) | |
tree | 348a941ffa82ff1dd3870a5595975a9abea3a576 /README.md | |
parent | c36513f1be2ef3d3cec864accbffda1afaa06ffd (diff) |
[build] Exclude `requests` from `py2exe` (#9982)
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ You can also run `make yt-dlp` instead to compile only the binary without updati ### Standalone Py2Exe Builds (Windows) -While we provide the option to build with [py2exe](https://www.py2exe.org), it is recommended to build [using PyInstaller](#standalone-pyinstaller-builds) instead since the py2exe builds **cannot contain `pycryptodomex`/`certifi` and needs VC++14** on the target computer to run. +While we provide the option to build with [py2exe](https://www.py2exe.org), it is recommended to build [using PyInstaller](#standalone-pyinstaller-builds) instead since the py2exe builds **cannot contain `pycryptodomex`/`certifi`/`requests` and need VC++14** on the target computer to run. If you wish to build it anyway, install Python (if it is not already installed) and you can run the following commands: |