-
-
Notifications
You must be signed in to change notification settings - Fork 532
Make it able to install googler with pip #162
Comments
Hi, The devs have taken a conscious decision not to submit @zmwangx I can't find the earlier discussion now. Can you please share it here if you manage to find it? |
Thank you! 👍 |
Not wanting to submit it to PyPI doesn't mean that it makes less sense to make it possible to install it with pip though. |
Please check the discussion in #87 around this. |
Thanks for the intro, but I am a Python programmer and am intimately familiar with setuptools. Let me briefly (actually not so briefly, after I finished writing) state my opinions against it for current and future observers:
Generalization like this (basically FUD) doesn't contribute to the discussion. If you find specific hassles (other than "I don't want to read the f*king README"), please let us know. |
pip is very popular and makes things easier when it comes to installing and updating Python programs. The best approach would be to upload googler to PyPI. Unfortunately there is already a library called googler (https://pypi.python.org/pypi/googler), so we'd have to name it google-cli or something like that in PyPI.
The text was updated successfully, but these errors were encountered: