adding M2Crypto library to install.sh

in macOs sierra, "M2Crypto" library is still missing after the running the install.sh
websockets-multiuser
Utku Sen 2017-08-29 14:57:56 +03:00 committed by GitHub
parent 5e5af8990b
commit 2c8c23e33a
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ else
pip install pyinstaller
pip install zlib_wrapper
pip install netifaces
pip install M2Crypto
if ! which powershell > /dev/null; then
wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7_amd64.deb
wget http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb