Installing

DebTools is compatible with Python 2.7.x and Python 3.2+. Two dependencies are required:

  • stdeb
  • backports.lzma (only required on Python 2.7 and 3.2/3.3)

The easiest way is to use pip:

pip install debtools

If debtools was already installed:

pip install debtools --upgrade

If you prefer install directly from the source:

cd DebTools
python setup.py install