From 45f87b9d86951f8d2d73dd68e43de11d56ad7a3c Mon Sep 17 00:00:00 2001 From: Chris Dornsife Date: Mon, 13 Feb 2017 12:06:17 -0800 Subject: Add support for the CONFIG_ environment variable Makes the prefix used in .config files configurable. Also add pip installation note to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b603921..6043247 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3