Home | History | Annotate | Download | only in docs

Lines Matching full:markdown

1 Installing Python-Markdown
7 Python-Markdown requires the ElementTree module to be installed. In Python2.5+
25 The simplest way to install Python-Markdown is by using SetupTools. As and
29 easy_install Markdown
37 <http://pypi.python.org/pypi/Markdown>
41 If you prefer to manually install Python-Markdown in Windows, download the
56 wget http://pypi.python.org/packages/source/M/Markdown/Markdown-2.0.tar.gz
57 tar xvzf Markdown-2.0.tar.gz
58 cd markdown-2.0/
66 Python-Markdown is maintained in a Git repository on Gitorious.org. To
67 get a copy of Python-Markdown from the repository do the following from the
70 git clone git://gitorious.org/python-markdown/mainline.git python-markdown
71 cd python-markdown