Python dependencies =================== Minimum component versions -------------------------- ==================== ================= Component Minimum Version ==================== ================= python-setuptools \ minixsv \ python-dateutil 1.5 python-iso8601 \ python-dev 2.6 libxml2-dev \ libxslt-dev \ lxml 2.2.6 PyXB 1.1.4 ==================== ================= Install :term:`setuptools`:: $ sudo apt-get install python-setuptools Install :term:`minixsv`:: $ sudo easy_install minixsv Install :term:`python-dateutil` Explicitly install version **1.5**; the latest version to support Python 2. Without this selection, a later version will be installed for Python 2 even though it is incompatible. :: $ sudo easy_install python-dateutil==1.5 Install :term:`python-iso8601`:: $ sudo easy_install iso8601 Install :term:`lxml`:: $ sudo apt-get install gcc python-dev libxml2-dev libxslt-dev $ sudo easy_install lxml Install :term:`PyXB`:: $ sudo easy_install PyXB