aboutsummaryrefslogtreecommitdiff
path: root/runtime/Python3/README
diff options
context:
space:
mode:
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
================