summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2020-03-03 06:29:47 -0800
committerEli Bendersky <eliben@gmail.com>2020-03-03 06:29:47 -0800
commit74cc649ddb4eb86f73b68d6b04348f1690310a94 (patch)
treeb1432f0a955819fb5d772701efc50d5fc31f3145 /README.rst
parent1166ea11785ce12cdfd5e8bf8b3a69b5e6b76f9c (diff)
downloadpycparser-74cc649ddb4eb86f73b68d6b04348f1690310a94.tar.gz
Update README to mention non-installation of fake headers
Based on #358 by @WasabiFan Fixes #358
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index df9025c..682abf7 100644
--- a/README.rst
+++ b/README.rst
@@ -161,6 +161,9 @@ See `this blog post
<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
for more details.
+Note that the fake headers are not included in the ``pip`` package nor installed
+via ``setup.py`` (`#224 <https://github.com/eliben/pycparser/issues/224>`_).
+
Basic usage
-----------