From 48ae5a4d10657efc8a05fb6f91d0a9584891cec2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Jan 2012 04:38:07 -0800 Subject: DEVELOPING: add "Dependencies" section --- DEVELOPING | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DEVELOPING') diff --git a/DEVELOPING b/DEVELOPING index fa17a3977..ebe5d56c3 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -13,6 +13,13 @@ support Python 3 syntax. All exception handling should use Python 3 'except' syntax, and the print function should be used instead of Python 2's print statement (from __future__ import print_function). +Dependencies +------------ + +Python and Bash should be the only hard dependencies. Any other dependencies, +including external Python modules that are not included with Python itself, +must be optionally enabled by run-time detection. + Tabs ---- -- cgit v1.2.3-1-g7c22