summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 80dbb671..ecfe3fa0 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
bitmask-dev
===========
-Your internet encryption toolkit.
+**Your internet encryption toolkit**
Develop
-------
@@ -9,7 +9,9 @@ If you want to develop for the encrypted mail service, execute inside your virtu
make dev-mail
-If you want to develop for the gui client::
+If you want to develop for the gui client too, you have to have installed the
+python2 bindings for Qt5 in your system (in debian is python-pyqt5). After
+ensuring this, you can do::
make dev-all
@@ -21,4 +23,7 @@ Tests need tox::
pip install tox
tox
+If you are developing against a non-published branch of leap.common or
+leap.soledad, run instead::
+ tox -e py27-dev