amyreese / markdown-pp

Preprocessor for Markdown files to generate a table of contents and other documentation needs
MIT License
309 stars 68 forks source link

Fixing flake8 and makefile targets #79

Open sixcy opened 3 years ago

sixcy commented 3 years ago

Hello,

I could not run make test out of the box on my machine - flake8 complained about a number of things, then I ran into ImportError issues.

It turns out that python was defaulting to python2 on my machine, and the provided Python scripts do not work with Python2. They do work with Python3 though, so I changed python to python3 in the makefile.