This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients dstufft, lorenzogotuned, ncoghlan, ned.deily, r.david.murray, rhettinger, terry.reedy, upendra-k14
Date 2017-02-06.14:27:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486391240.83.0.268026256994.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding pip installability, the intended beneficiaries of that are:

* folks *collaborating* on the GUI, since it means it can be installed into virtual environments, tested across multiple versions with tox, etc
* developers that would like a pip GUI, and already know how to use "pipsi" to install command line applications from PyPI into their own virtual environments
* folks *distributing* the GUI, since being pip installable means that various tools like pyp2rpm, PyInstaller, etc, should be better able to work with it

You can look at the PyPA sample project for more guidance on getting started with that: https://github.com/pypa/sampleproject
History
Date User Action Args
2017-02-06 14:27:20ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, ned.deily, r.david.murray, dstufft, upendra-k14, lorenzogotuned
2017-02-06 14:27:20ncoghlansetmessageid: <1486391240.83.0.268026256994.issue27051@psf.upfronthosting.co.za>
2017-02-06 14:27:20ncoghlanlinkissue27051 messages
2017-02-06 14:27:20ncoghlancreate