diff options
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | docs/dev/quickstart.rst | 6 | 
2 files changed, 4 insertions, 4 deletions
| @@ -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  ----------- diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst index 96dcaeb9..a8be955e 100644 --- a/docs/dev/quickstart.rst +++ b/docs/dev/quickstart.rst @@ -25,8 +25,8 @@ Prerequisites      $ 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 +  .. python-qt4  ??? (for translations)  .. TODO I'm pretty sure python-qt4 shoudln't be there...     Nor libsqlite-dev, that's a bug in python-sqlcipher/soledad. @@ -75,7 +75,7 @@ Running  Run ``bitmask_client`` in debug mode:: -    (bitmask)$ bitmask --debug   +    (bitmask)$ bitmask --debug  You should see the ``bitmask_client`` window prompting to connect to an  existing node or add a new one. If not, something went wrong, maybe ask | 
