Commit 7f9616d1 authored by Marius Gedminas's avatar Marius Gedminas

Use HTTPS PyPI URLs in doc/INSTALL.rst

PyPI will redirect to HTTPS anyway, besides, why allow the man-in-the-middle?
parent d930161c
......@@ -54,7 +54,7 @@ steps:
- Download the Zope 2 source distribution from `PyPI`__
__ http://pypi.python.org/pypi/Zope2
__ https://pypi.python.org/pypi/Zope2
- Bootstrap the buildout
......@@ -62,7 +62,7 @@ steps:
On Linux, this can be done as follows::
$ wget http://pypi.python.org/packages/source/Z/Zope2/Zope2-<Zope version>.tar.gz
$ wget https://pypi.python.org/packages/source/Z/Zope2/Zope2-<Zope version>.tar.gz
$ tar xfvz Zope2-<Zope version>.tar.gz
$ cd Zope2-<Zope version>
$ /path/to/your/python bootstrap.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment