summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Dornsife <chris@dornsife.com>2017-02-13 12:06:17 -0800
committerUlf Magnusson <ulfalizer@gmail.com>2017-02-14 18:14:12 +0100
commit45f87b9d86951f8d2d73dd68e43de11d56ad7a3c (patch)
tree5778043b65aaa6f3f6dc8dfcf13d82d0068d4212 /README.md
parent0b544365784e13277f1641c8eaa596c9ef8ff003 (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.md5
1 files changed, 5 insertions, 0 deletions
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