From f231b5737919ba141770777882f745f1ec64dd5b Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 23 Feb 2010 14:19:33 +0100 Subject: Add more dependency docs Signed-off-by: Michael Buesch --- README | 6 ++++++ libtoprammer/bitfile.py | 1 + 2 files changed, 7 insertions(+) diff --git a/README b/README index 0b4f536..c16dcdd 100644 --- a/README +++ b/README @@ -9,8 +9,14 @@ === DEPENDENCIES === * Python 2.5 or Python 2.6 is required + http://python.org/ + * python-usb module is required + http://sourceforge.net/apps/mediawiki/pyusb/index.php?title=Main_Page + * python-pkg-resources module is required + 'pkg_resources' is part of the Python 'setuptools' package. + http://pypi.python.org/pypi/setuptools diff --git a/libtoprammer/bitfile.py b/libtoprammer/bitfile.py index 5665a19..f4e0546 100644 --- a/libtoprammer/bitfile.py +++ b/libtoprammer/bitfile.py @@ -23,6 +23,7 @@ try: import pkg_resources except ImportError: print "Failed to import the 'pkg_resources' Python module." + print "'pkg_resources' is part of the Python 'setuptools' package." print "On Debian Linux run: apt-get install python-pkg-resources" sys.exit(1) -- cgit v1.2.3