Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 625 Bytes

File metadata and controls

33 lines (20 loc) · 625 Bytes

Installing mm2notes

Downloading

You will always find the latest version at:

http://code.google.com/p/mm2notes/downloads/list

Installation

To install using pip,:

$ pip install mm2notes

To install using easy_install,:

$ easy_install mm2notes

To install from .deb package:

$ sudo dpkg -i mm2notes*.deb

If you get errors like Package mm2notes depends on XXX; however it is not installed.

$ sudo apt-get -f install
Should install everything you need, then run:
$ sudo dpkg -i mm2notes*.deb # again

-- file generated by pybdist.