diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 02:51:17 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 03:03:40 -0400 |
commit | 8f54b804d78d25c2d4e0174b13dafc44eabd4d54 (patch) | |
tree | a2b180631ac6b3a91bb0f1125d13e9823ffca904 | |
parent | 12e67898bab6a36ad3726843052dd47c45d8f36f (diff) |
[pkg] add requirements-dev
-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 0000000..55ab261 --- /dev/null +++ b/pkg/requirements-dev.py @@ -0,0 +1,3 @@ +ipython +ptpython +ipdb |