Message287137
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 |
|
Date |
User |
Action |
Args |
2017-02-06 14:27:20 | ncoghlan | set | recipients:
+ ncoghlan, rhettinger, terry.reedy, ned.deily, r.david.murray, dstufft, upendra-k14, lorenzogotuned |
2017-02-06 14:27:20 | ncoghlan | set | messageid: <1486391240.83.0.268026256994.issue27051@psf.upfronthosting.co.za> |
2017-02-06 14:27:20 | ncoghlan | link | issue27051 messages |
2017-02-06 14:27:20 | ncoghlan | create | |
|