diff options
author | bryan newbold <bnewbold@twinleaf.com> | 2014-11-05 23:22:50 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@twinleaf.com> | 2014-11-05 23:24:29 -0800 |
commit | 6a2e4e3a94b3040129d84aeb0022d2d06c240d08 (patch) | |
tree | d39fb5c82550de07a3ef0dbcb2292db623457c67 | |
parent | 8968718cdd7c289e63e25c0ef964aeadd169b384 (diff) | |
download | knowledge-6a2e4e3a94b3040129d84aeb0022d2d06c240d08.tar.gz knowledge-6a2e4e3a94b3040129d84aeb0022d2d06c240d08.zip |
python: small pip vs setup.py reference
-rw-r--r-- | software/python.page | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/software/python.page b/software/python.page index 9675873..05b584d 100644 --- a/software/python.page +++ b/software/python.page @@ -77,6 +77,9 @@ http://packages.python.org/distribute/setuptools.html#automatic-script-creation For debian packaging, use [stdeb](http://pypi.python.org/pypi/stdeb) (via [stackoverflow thread](http://stackoverflow.com/questions/7110604/standard-way-to-create-debian-packages-for-distributing-python-programs)). +For notes on pip vs. setup.py dependencies: +https://caremad.io/blog/setup-vs-requirement/ + "Fucking" String Encoding --------------------------- (str/unicode errors in python are very prevalent and give me the rage) |