diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 10:08:54 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 10:08:54 +0100 |
| commit | c946100421397ffc02a6613b3366443bac51d1f4 (patch) | |
| tree | d82b2beb99e73a10c61eae00edce7b445ba44052 | |
| parent | df05d2f0251bea2c7842bebc1d2c316e3e4b8fdd (diff) | |
Add note about running examples.
| -rw-r--r-- | kconfiglib.py | 4 |
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. |
