From c946100421397ffc02a6613b3366443bac51d1f4 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 10:08:54 +0100 Subject: Add note about running examples. --- kconfiglib.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index 08cec75..9ec257a 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -53,7 +53,9 @@ Kconfiglib requires Python 2. For (i)scriptconfig the command to run the Python interpreter can be passed in the environment variable PYTHONCMD (defaults to 'python'; PyPy works too and is a bit faster). -Look in the examples/ subdirectory for examples. +Look in the examples/ subdirectory for examples, which can be run with e.g. + + $ make scriptconfig SCRIPT=Kconfiglib/examples/print_tree.py Look in kconfigtest.py for the test suite. -- cgit v1.2.3