From 8aa2fc7b5138fd97ded7dd1e70103532a9fd6583 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 19 Feb 2013 16:33:36 -0500 Subject: Various changes to docs for updated changes, clarity, and to fix typos. --- docs/install.txt | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs/install.txt') diff --git a/docs/install.txt b/docs/install.txt index 776bb17..3e55c77 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -65,19 +65,3 @@ command line: git clone git://github.com/waylan/Python-Markdown.git python-markdown cd python-markdown python setup.py install - -Dependencies ------------- - -Python-Markdown requires the ElementTree module to be installed. In Python 2.5+ -ElementTree is included as part of the standard library at -`xml.etree.ElementTree` and/or `xml.etree.cElementTree`. For earlier versions -of Python, the library needs to be installed. However, Python-Markdown's -install script will automaticaly detect the missing library and download and -install the "ElementTree" library for you if your system has internet access. -If you would like to use the "cElementTree" library (which is faster), you can -install it manually. Markdown will check for the faster "c" library first and -fall back to the slower python implementation when it is not available. - -See for more information or to -download the latest version of ElementTree. -- cgit v1.2.3