Skip to content

Commit

Permalink
Ubuntu/Debian needed one more package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Dec 15, 2015
1 parent c9908cc commit 4bd28bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Debian/Ubuntu

The following has been tested on Debian Jessie.

Debian-based distributions require two system packages to be installed first:
Debian-based distributions require three system packages to be installed first:

.. code:: bash
sudo apt-get install python-dev libffi-dev
sudo apt-get install python-dev libffi-dev libssl-dev
You'll also need either ``virtualenv`` (recommended), or if you're not
comfortable with that, at the very least, you'll need ``pip``:
Expand Down

0 comments on commit 4bd28bc

Please sign in to comment.