diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-20 23:46:24 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-21 14:00:18 +0200 |
commit | f0e267118ff40c01f04cc0b1ab9a5fdc9fe20368 (patch) | |
tree | 0bdf2d0ec5f612fb406f1e43ae0772397b465adb | |
parent | e07af835bf3b773e07d260b2c38bb8b464814cc3 (diff) |
[docs] add missing pre-req
-rw-r--r-- | docs/hacking/index.rst | 9 |
1 files 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. |