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-30 17:06:17 +0100
commitaa47db488c2966c2c998abe8853f881bf8feb37e (patch)
treeefd86ef5ff3e3946aa81fce80e5360f00e3c555d /README.rst
parent62a4d2a19aace9e0b99283c2edcac2a139fd73ac (diff)
downloadpycparser-aa47db488c2966c2c998abe8853f881bf8feb37e.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 * Use setuptools if available, fall back to distutils if not * 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
--------------