diff options
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | pkg/requirements-dev.py | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -10,8 +10,8 @@ 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 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:: +python2 bindings for Qt5 in your system (in debian this is python-pyqt5, +python-pyqt5.qtwebkit). After ensuring this, you can do:: make dev-all diff --git a/pkg/requirements-dev.py b/pkg/requirements-dev.py new file mode 100644 index 00000000..55ab2619 --- /dev/null +++ b/pkg/requirements-dev.py @@ -0,0 +1,3 @@ +ipython +ptpython +ipdb |