diff options
author | jahway603 <64485701+jahway603@users.noreply.github.com> | 2022-10-18 13:55:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 23:25:52 +0530 |
commit | 73ac0e6b857ca138481594cb24d9532ba2714a02 (patch) | |
tree | 81d6593f42e10eecc9e7f4643861eacb3d1c30f5 | |
parent | a7ddbc0475db14d5249a312e4e03aaf0adc82647 (diff) | |
download | hypervideo-pre-73ac0e6b857ca138481594cb24d9532ba2714a02.tar.lz hypervideo-pre-73ac0e6b857ca138481594cb24d9532ba2714a02.tar.xz hypervideo-pre-73ac0e6b857ca138481594cb24d9532ba2714a02.zip |
[docs, devscripts] Document `pyinst`'s argument passthrough (#5235)
Closes #4631
Authored by: jahway603
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -277,6 +277,8 @@ To build the standalone executable, you must have Python and `pyinstaller` (plus 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. |