diff options
| author | Chris Dornsife <chris@dornsife.com> | 2017-02-13 12:06:17 -0800 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-02-14 18:14:12 +0100 |
| commit | 45f87b9d86951f8d2d73dd68e43de11d56ad7a3c (patch) | |
| tree | 5778043b65aaa6f3f6dc8dfcf13d82d0068d4212 /README.md | |
| parent | 0b544365784e13277f1641c8eaa596c9ef8ff003 (diff) | |
Add support for the CONFIG_ environment variable
Makes the prefix used in .config files configurable.
Also add pip installation note to README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,6 +41,11 @@ The entire library is contained in [kconfiglib.py](kconfiglib.py). Drop it somewhere and read the documentation. Make sure Kconfiglib sees environment variables referenced in the configuration. +You can also use pip to install. +``` +pip install https://github.com/ulfalizer/Kconfiglib/tarball/master +``` + ## Documentation ## The (extensive) documentation is generated by running |
