Saturday, February 16, 2013

Installing python-markdown on Linux

I am running Lubuntu. I couldn't find these directions quickly using a google search, so maybe this will help someone else out in the future.

First, install python: sudo apt-get install python

Next, install "pip": sudo apt-get install python-pip

Now, for markdown: sudo pip install markdown

 To run it, use markdown_py input.md