From 0c28eadda855482ecbe0defba1d2e9f0e81f0d6a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 25 Jul 2017 15:54:33 -0400 Subject: [docs] add instruction to use the virtualenv next time --- docs/hacking/index.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'docs/hacking') diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index 20a55d5d..f3bad11d 100644 --- a/docs/hacking/index.rst +++ b/docs/hacking/index.rst @@ -47,13 +47,18 @@ environment with:: make dev-bootstrap +To activate the freshly created virtualenv the next time, you must use `pew`_:: + + pew workon bitmask + .. note:: the bootstrap script is, at the moment, quite opinionated. for - instance, it checks out the bitmask-dev repo under ~/leap folder, and - it assumes you are using zsh. if you think it should allow more - freedom of choices, feel free to open a pull request. + instance, it installs and depends on pew, it checks out the + bitmask-dev repo under ~/leap folder, and it assumes you are using + zsh. if you think it should allow more freedom of choices, feel free + to open a pull request. -Manual procedure -~~~~~~~~~~~~~~~~ +Manual instructions +~~~~~~~~~~~~~~~~~~~ Install the system-wide dependencies. For debian-based systems:: @@ -127,6 +132,7 @@ This extension gets published to the `mozilla addons page`_. .. _`this repo`: https://0xacab.org/leap/bitmask_thunderbird .. _`mozilla addons page`: https://addons.mozilla.org/en-US/thunderbird/addon/bitmask + Debugging Bitmask --------------------------------- -- cgit v1.2.3