summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorFlorian Rathgeber <florian.rathgeber@gmail.com>2013-08-09 19:39:13 +0200
committerFlorian Rathgeber <florian.rathgeber@gmail.com>2013-12-28 12:17:55 +0100
commit441d5447e485388367fc08c94e5e35e9e2ac1ddc (patch)
treeec550cdd7e4261c00155d179b01c58c282a2108c /README.rst
parente6994ed5022974a316900a0d13edc60ca6f7850d (diff)
downloadpycparser-441d5447e485388367fc08c94e5e35e9e2ac1ddc.tar.gz
Run post install task executing _build_tables
* Add post install task executing _build_tables in install destination * Use distutils execute for building tables to respect dry_run flag * Name the overriden class install to get the right help text * Also run _build_tables when creating a source distribution * No more need to run _build_tables.py manually Closes #5
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 4d24638..5a4e637 100644
--- a/README.rst
+++ b/README.rst
@@ -96,10 +96,6 @@ 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
--------------