mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
add websocket to windows builds
This commit is contained in:
parent
5872bd4722
commit
5cdff32227
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ $PYTHON -m pip install pycryptodomex
|
|||
# install PySocks
|
||||
$PYTHON -m pip install win_inet_pton
|
||||
|
||||
# install websocket (python2)
|
||||
$PYTHON -m pip install websocket-client
|
||||
|
||||
|
||||
# Install setuptools
|
||||
wget -O setuptools.exe "$SETUPTOOLS_URL"
|
||||
|
|
Loading…
Add table
Reference in a new issue