agateau / mup

A markup previewer
Other
39 stars 3 forks source link

Adds note to installation on the README.md file. #2

Closed RicardoEscobar closed 9 years ago

RicardoEscobar commented 9 years ago

Adds a fix for ImportError: No module named setuptools when trying to install on a fresh install of Ubuntu Gnome 14.10 distro. It complains about not having a module called setuptools.

This is fixed installing such tools with the command: apt-get install python-setuptools as root.

agateau commented 9 years ago

Good point, thanks for the patch. Just going to rewrite the text a bit to make it more generic.

agateau commented 9 years ago

Actually, I just realized it would be simpler to just add setuptools to the list of required Python modules. So I did just that. Hope you don't mind.

RicardoEscobar commented 9 years ago

Hi there,

I don't mind, that's actually a better solution. Thanks for emailing me. Great project.

-Ricardo Escobar- @JREscobarC

El 22/01/2015, a las 8:29 a.m., Aurélien Gâteau notifications@github.com escribió:

Actually, I just realized it would be simpler to just add setuptools to the list of required Python modules. So I did just that. Hope you don't mind.

— Reply to this email directly or view it on GitHub.