summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-03-12 18:00:58 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-03-12 18:01:30 -0300
commit9c1c3da9a39120d615288c56eee6b54b05ebaf7f (patch)
treeb02b70e1e78f4a80ed098780efea931227e06d7b /README.rst
parent65487728aede9e91c111626aa6a16f4a785350d8 (diff)
Add dependency needed by the latest PyOpenSSL.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fc0f9772..3ec2685e 100644
--- a/README.rst
+++ b/README.rst
@@ -46,7 +46,7 @@ With a Debian based system, to be able to run Bitmask you need to run the follow
$ sudo apt-get install git python-dev python-setuptools
python-virtualenv python-pip python-openssl libsqlite3-dev g++ openvpn
- pyside-tools python-pyside
+ pyside-tools python-pyside libffi-dev
Installing
-----------