summaryrefslogtreecommitdiff
path: root/docs/testers/howto.rst
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-10-22 14:35:41 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-10-22 14:35:41 -0300
commite149f7e3e6a5c4621edd252fd7f75c580c5e49b3 (patch)
tree137e7854818f25d52591b5a2b96f64bba414cb8b /docs/testers/howto.rst
parentc5da232623fb8322ab66f79fe823d16600be0090 (diff)
parente4ede90a3e20bd9b023fed12d6d72db3fcc380ab (diff)
Merge remote-tracking branch 'kali/feature/quickstart-and-deps' into develop
Diffstat (limited to 'docs/testers/howto.rst')
-rw-r--r--docs/testers/howto.rst15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst
index 1e276f7d..d9536632 100644
--- a/docs/testers/howto.rst
+++ b/docs/testers/howto.rst
@@ -108,16 +108,11 @@ compact way suitable (ahem) also for non developers.
Install dependencies
^^^^^^^^^^^^^^^^^^^^
-First, install all the base dependencies plus git, virtualenv and development
-files needed to compile several extensions::
+First, install all the development files and dependencies needed to compile:
- apt-get install openvpn git-core python-dev python-pyside python-setuptools python-virtualenv
-
-.. TODO Should review these dependencies. I think python-sqlite is missing, we
- have an issue for that^^
-
-.. TODO we really should keep the dependencies in a single file that we are able to
- include, to avoid phasing out.
+.. include:: ../dev/quickstart.rst
+ :start-after: begin-debian-deps
+ :end-before: end-debian-deps
Bootstrap script
@@ -132,7 +127,7 @@ Download and source the following script in the parent folder where you want you
.. code-block:: bash
- cd /tmp
+ cd /tmp
wget https://raw.github.com/leapcode/bitmask_client/develop/pkg/scripts/bitmask_bootstrap.sh
source bitmask_bootstrap.sh