mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
use pywin32-ctypes instead of pypiwin32
pypiwin32 might be going away for pywin32 at some point; and while looking into this I've found that pywin32-ctypes should be enough for our needs
This commit is contained in:
parent
5522e9ea9f
commit
964e06dd10
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ done
|
|||
# upgrade pip
|
||||
$PYTHON -m pip install pip --upgrade
|
||||
|
||||
# Install PyWin32
|
||||
$PYTHON -m pip install pypiwin32
|
||||
# Install pywin32-ctypes (needed by pyinstaller)
|
||||
$PYTHON -m pip install pywin32-ctypes
|
||||
|
||||
# Install PyQt
|
||||
$PYTHON -m pip install PyQt5
|
||||
|
|
Loading…
Add table
Reference in a new issue