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 --- libtoprammer/bitfile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libtoprammer/bitfile.py') 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