Skip to content
Snippets Groups Projects
Commit f9846a27 authored by Tjardick van der Kraan's avatar Tjardick van der Kraan
Browse files

Added the needed libssl-dev package

parent ab74afdd
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,8 @@ header files for python C extensions. ...@@ -94,7 +94,8 @@ header files for python C extensions.
Installing prerequisites on Ubuntu or Debian:: Installing prerequisites on Ubuntu or Debian::
$ sudo apt-get install build-essential python2.7-dev libffi-dev \ $ 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:: Installing prerequisites on Mac OS X::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment