Rate This Document
Findability
Accuracy
Completeness
Readability

Installing lxml

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Upload the lxml source package to the path/to/LXML directory.
  3. Decompress the lxml source package.
    cd /path/to/LXML
    tar -xvf lxml-3.2.1.tar.gz
  4. Install lxml.
    cd lxml-3.2.1
    python setup,py install