add websocket to windows builds
This commit is contained in:
parent
5872bd4722
commit
5cdff32227
@ -61,6 +61,9 @@ $PYTHON -m pip install pycryptodomex
|
|||||||
# install PySocks
|
# install PySocks
|
||||||
$PYTHON -m pip install win_inet_pton
|
$PYTHON -m pip install win_inet_pton
|
||||||
|
|
||||||
|
# install websocket (python2)
|
||||||
|
$PYTHON -m pip install websocket-client
|
||||||
|
|
||||||
|
|
||||||
# Install setuptools
|
# Install setuptools
|
||||||
wget -O setuptools.exe "$SETUPTOOLS_URL"
|
wget -O setuptools.exe "$SETUPTOOLS_URL"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user