Merge pull request #21 from tjardick/master

Added the needed libssl-dev package
This commit is contained in:
Erik Johnston 2014-12-02 10:27:55 +00:00
commit bde9ee5a4c

View file

@ -94,7 +94,8 @@ header files for python C extensions.
Installing prerequisites on Ubuntu or Debian::
$ sudo apt-get install build-essential python2.7-dev libffi-dev \
python-pip python-setuptools sqlite3
python-pip python-setuptools sqlite3 \
libssl-dev
Installing prerequisites on Mac OS X::