aboutsummaryrefslogtreecommitdiff
path: root/runtime/Python3/README
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:00 +0000
commit2103fa6311fc74d5656374dd7ce6864d5512827d (patch)
tree175590417700c14fe86aac39848f249e79c1c6ba /runtime/Python3/README
parentfa0f7c0a4778de81e61057cf040f911e06e99fab (diff)
parent16467b971bd3e2009fad32dd79016f2c7e421deb (diff)
downloadantlr-android14-mainline-extservices-release.tar.gz
Change-Id: I244e0ffe87374b4c1468a6661be5f4610baa6ae0
Diffstat (limited to 'runtime/Python3/README')
-rw-r--r--runtime/Python3/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/Python3/README b/runtime/Python3/README
index 821d4d7..63dc3a9 100644
--- a/runtime/Python3/README
+++ b/runtime/Python3/README
@@ -40,6 +40,11 @@ $ python3 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
================