From f0e267118ff40c01f04cc0b1ab9a5fdc9fe20368 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 20 Apr 2017 23:46:24 +0200 Subject: [docs] add missing pre-req --- docs/hacking/index.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index 66c33bab..4420d9d1 100644 --- a/docs/hacking/index.rst +++ b/docs/hacking/index.rst @@ -31,8 +31,9 @@ Setting up the development environment Dependencies:: - sudo apt install build-essential python-virtualenv libsqlcipher-dev \ - libssl-dev libffi-dev python-pyqt5 + sudo apt install build-essential python-dev python-virtualenv \ + libsqlcipher-dev libssl-dev libffi-dev \ + python-pyqt5 python-pyqt5.webkit Clone the repo:: @@ -92,8 +93,8 @@ This extension gets published to the `mozilla addons page`_. How to contribute code --------------------------------- -* Send your merge requests to https://0xacab/leap/bitmask-dev, it will be subject -to code-review. +* Send your merge requests to https://0xacab/leap/bitmask-dev, it will be + subject to code-review. * Please base your branch for master, and keep it rebased when you push. * After review, please squash your commits. -- cgit v1.2.3