summaryrefslogtreecommitdiff
path: root/INSTALL.md
blob: 6e6ab8c74edac1fa69ab553f21635d1f257e2ef8 (plain)
1
2
3
4
5
6
7
8
9
Installing Python-Markdown
==========================

As an Admin/Root user on your system do:

    pip install markdown

Or for more specific instructions, view the documentation in `docs/install.txt`
or on the website at <https://pythonhosted.org/Markdown/install.html>.