diff options
author | Kali Kaneko <kali@leap.se> | 2013-10-16 17:01:23 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-10-22 10:31:42 -0200 |
commit | 96e2bcb0a103130b20026c2f943e16205867ec80 (patch) | |
tree | 852962085dbf2ceec5a7fe7d76a8e9e9e7d0c2c1 | |
parent | 297694e06ffb1eb4b191cbc164bd1d7a8ba5f46b (diff) |
add include to testing howto too
-rw-r--r-- | docs/testers/howto.rst | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst index 24a90de5..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 development files and dependencies needed to compile:: +First, install all the development files and dependencies needed to compile: - sudo apt-get install openvpn git-core python-dev python-pyside python-setuptools \ - python-virtualenv python-all-dev python-pip python-dev python-openssl git \ - libgnutls-dev python-qt4 g++ libsqlite3-dev - -.. TODO Should review these dependencies. - -.. 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 |