summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-11 10:08:54 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-11 10:08:54 +0100
commitc946100421397ffc02a6613b3366443bac51d1f4 (patch)
treed82b2beb99e73a10c61eae00edce7b445ba44052 /kconfiglib.py
parentdf05d2f0251bea2c7842bebc1d2c316e3e4b8fdd (diff)
Add note about running examples.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py4
1 files changed, 3 insertions, 1 deletions
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.