[documentation] Crypto is an optional dependency
This commit is contained in:
parent
1bf540d28b
commit
06ff212d64
6 changed files with 10 additions and 8 deletions
|
|
@ -102,9 +102,9 @@ You can install yt-dlp using one of the following methods:
|
|||
### COMPILE
|
||||
|
||||
**For Windows**:
|
||||
To build the Windows executable, you must have pyinstaller (and optionally mutagen for embedding thumbnail in opus/ogg files)
|
||||
To build the Windows executable, you must have pyinstaller (and optionally mutagen and Crypto)
|
||||
|
||||
python -m pip install --upgrade pyinstaller mutagen
|
||||
python -m pip install --upgrade pyinstaller mutagen Crypto
|
||||
|
||||
Once you have all the necessary dependancies installed, just run `py devscripts\pyinst.py`. The executable will be built for the same architecture (32/64 bit) as the python used to build it. It is strongly reccomended to use python3 although python2.6+ is supported.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue