diff options
| -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 | 
