summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-12-28 08:53:43 -0800
committerEli Bendersky <eliben@gmail.com>2013-12-28 08:53:43 -0800
commit62a4d2a19aace9e0b99283c2edcac2a139fd73ac (patch)
treef34590d652b09041a92a6311d0918ebd79bc6ea8 /README.rst
parent6210c0224d4b83886c890684d9cd49de234025c0 (diff)
downloadpycparser-62a4d2a19aace9e0b99283c2edcac2a139fd73ac.tar.gz
Revert "Run post install task executing _build_tables"
This reverts commit 441d5447e485388367fc08c94e5e35e9e2ac1ddc.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5a4e637..4d24638 100644
--- a/README.rst
+++ b/README.rst
@@ -96,6 +96,10 @@ favorite Python packaging/distribution tool, for example with::
> pip install pycparser
+It's recommended to run ``_build_tables.py`` in the **pycparser** code directory
+after installation to make sure the parsing tables are pre-generated. This can
+make your code run faster.
+
Known problems
--------------