summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--software/python.page3
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)