Installing lxml
Procedure
- Use PuTTY to log in to the server as the root user.
- Upload the lxml source package to the path/to/LXML directory.
- Decompress the lxml source package.
cd /path/to/LXML tar -xvf lxml-3.2.1.tar.gz
- Install lxml.
cd lxml-3.2.1 python setup,py install
Parent topic: Configuring the Compilation Environment