> > Leo is an app, not a python package. > Well I do not think this is a relevant difference; all pip-installs end in python/site-packages. And most setup.py installs as well.
Leo is quite big, > 30 Mb; for comparison, numpy is 15 Mb, pylint ~2.3 Mb, pyenchant ~0.4 Mb and all sit in the same directory in the python-tree; miniconda is also not 'mini' being between 30-50 Mb. Although this might be the preferred way for some (linux) users to get all dependencies sorted, with pip this could be done automatically whilst for others, who would like the python/distribution method using a setup.py, dependencies are obviopusly less of a problem. Let the users decide how to install/use leo, as long as the methods that can be used are clear and at least conform general expectations for a python app/package/module Cheers, Rob -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
