aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-30 11:52:21 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-30 11:52:21 -0500
commit07be3d028d9026a858fe28b7fd64bba37b8ec457 (patch)
tree01b50a18116c62540a03a034cfd3c9105b6a86cf
parentcaea578cd02a7cb2f7cfa453dfabff66e56aff8d (diff)
downloadexternal_python_setuptools-07be3d028d9026a858fe28b7fd64bba37b8ec457.tar.gz
external_python_setuptools-07be3d028d9026a858fe28b7fd64bba37b8ec457.tar.bz2
external_python_setuptools-07be3d028d9026a858fe28b7fd64bba37b8ec457.zip
Resave with excess whitespace removed
-rwxr-xr-xREADME.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index c6973298..11a5d6df 100755
--- a/README.txt
+++ b/README.txt
@@ -83,12 +83,12 @@ Alternatively, Setuptools may be installed to a user-local path::
> wget https://bootstrap.pypa.io/ez_setup.py -O - | python - --user
-Note that on some older systems (noted on Debian 6 and CentOS 5 installations),
-`wget` may refuse to download `ez_setup.py`, complaining that the certificate common name `*.c.ssl.fastly.net`
+Note that on some older systems (noted on Debian 6 and CentOS 5 installations),
+`wget` may refuse to download `ez_setup.py`, complaining that the certificate common name `*.c.ssl.fastly.net`
does not match the host name `bootstrap.pypa.io`. In addition, the `ez_setup.py` script may then encounter similar problems using
-`wget` internally to download `setuptools-x.y.zip`, complaining that the certificate common name of `www.python.org` does not match the
-host name `pypi.python.org`. Those are known issues, related to a bug in the older versions of `wget`
-(see `Issue 59 <https://bitbucket.org/pypa/pypi/issue/59#comment-5881915>`_). If you happen to encounter them,
+`wget` internally to download `setuptools-x.y.zip`, complaining that the certificate common name of `www.python.org` does not match the
+host name `pypi.python.org`. Those are known issues, related to a bug in the older versions of `wget`
+(see `Issue 59 <https://bitbucket.org/pypa/pypi/issue/59#comment-5881915>`_). If you happen to encounter them,
install Setuptools as follows::
> wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py