summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a518559..aa42fb2 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,11 @@ configurations generated by Kconfiglib with configurations generated by
## Misc. notes ##
+Python 2 is used at the moment.
+
+Kconfiglib works well with [PyPy](http://pypy.org). It might give a nice
+speedup over CPython when batch processing a large number of configurations.
+
Please tell me if you miss some API instead of digging into internals. The
internal data structures and APIs, and dependency stuff in particular, are
unlikely to be exactly what you want as a user (hence why they're internal :).