Browse Source

add websocket to windows builds

2.9.x
ThomasV 8 years ago
parent
commit
5cdff32227
  1. 3
      contrib/build-wine/prepare-wine.sh

3
contrib/build-wine/prepare-wine.sh

@ -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…
Cancel
Save