Skip to content

Commit

Permalink
adding M2Crypto library to install.sh
Browse files Browse the repository at this point in the history
in macOs sierra, "M2Crypto" library is still missing after the running the install.sh
  • Loading branch information
Utku Sen authored Aug 29, 2017
1 parent 5e5af89 commit 2c8c23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c8c23e

Please sign in to comment.