From: jahway603 Date: Tue, 18 Oct 2022 17:55:52 +0000 (-0400) Subject: [docs, devscripts] Document `pyinst`'s argument passthrough (#5235) X-Git-Tag: 2022.11.11~84 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/73ac0e6b857ca138481594cb24d9532ba2714a02 [docs, devscripts] Document `pyinst`'s argument passthrough (#5235) Closes #4631 Authored by: jahway603 --- diff --git a/README.md b/README.md index 589000456..a306b199e 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,8 @@ ### Standalone PyInstaller Builds On some systems, you may need to use `py` or `python` instead of `python3`. +`pyinst.py` accepts any arguments that can be passed to `pyinstaller`, such as `--onefile/-F` or `--onedir/-D`, which is further [documented here](https://pyinstaller.org/en/stable/usage.html#what-to-generate). + Note that pyinstaller with versions below 4.4 [do not support](https://github.com/pyinstaller/pyinstaller#requirements-and-tested-platforms) Python installed from the Windows store without using a virtual environment. **Important**: Running `pyinstaller` directly **without** using `pyinst.py` is **not** officially supported. This may or may not work correctly.