aboutsummaryrefslogtreecommitdiff
path: root/runtime/Python/README
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-05-05 18:31:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-05-05 18:31:25 +0000
commitc3c511bc0332191977a83e153c70176913bd0ca0 (patch)
tree9ba69b307a17b6d4b5410fce4e058f24f99504d7 /runtime/Python/README
parentd6854b78cd0ed8288f8d81970eff353d2176be24 (diff)
parent14aa962455d4270e2e2c0c0ee50ba63ccee2f100 (diff)
downloadantlr-c3c511bc0332191977a83e153c70176913bd0ca0.tar.gz
Merge "Updating antlr 3.5.2 to antlr 3.5.3" am: 49ada8cca6 am: 439abe4f67 am: 14aa962455
Original change: https://android-review.googlesource.com/c/platform/external/antlr/+/2086203 Change-Id: I71033c0ece79ca6cf64516c7596e56578db3067d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'runtime/Python/README')
-rw-r--r--runtime/Python/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/Python/README b/runtime/Python/README
index 98a50bb..49aedd8 100644
--- a/runtime/Python/README
+++ b/runtime/Python/README
@@ -44,6 +44,11 @@ $ python setup.py install
See <http://docs.python.org/inst/> for more information.
+If this fails due to an obscure setuptools error, you may need a newer bootstrap
+script (ez_setup.py): see <https://pypi.python.org/pypi/setuptools/> for full
+setuptools installation instructions, or simply download the given ez_setup.py
+script, place it in this folder, and run the above setup.py command.
+
5) DOCUMENTATION
================