How to install docutils in Linux server
April 29, 2008 | In: Installation, Python
Download manually the docutils tar gz from http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download
cd /usr/local/src/
wget http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download
sudo easy_install /pathto/docutils-0.4.tar.gz




