diff options
author | shirt-dev <2660574+shirt-dev@users.noreply.github.com> | 2021-02-11 06:46:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 17:16:02 +0530 |
commit | 5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d (patch) | |
tree | b7f705e9c5c500414d9111871a43b98ebdde6d70 /README.md | |
parent | a96c6d154a651d4387bc7edc5bde0546b29b01da (diff) | |
download | hypervideo-pre-5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d.tar.lz hypervideo-pre-5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d.tar.xz hypervideo-pre-5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d.zip |
#75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74)
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev)
pycryptodome is an in-place replacement for Crypto and is more actively developed
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,9 +106,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 and Crypto) +To build the Windows executable, you must have pyinstaller (and optionally mutagen and pycryptodome) - python -m pip install --upgrade pyinstaller mutagen Crypto + python -m pip install --upgrade pyinstaller mutagen pycryptodome Once you have all the necessary dependancies installed, just run `py 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. |