seth-brown / formd

A Markdown formatting tool
MIT License
147 stars 19 forks source link

formd as a module (refs #7) #8

Closed n1k0 closed 11 years ago

n1k0 commented 11 years ago

Installation:

$ python setup.py install

or alternatively by adding the path to the package to your PYTHONPATH:

$ echo "PYTHONPATH=/path/to/formd/formd:$PYTHONPATH" >> ~/.profile