Skip to content

Commit

Permalink
Use HTTPS PyPI URLs in doc/INSTALL.rst
Browse files Browse the repository at this point in the history
PyPI will redirect to HTTPS anyway, besides, why allow the man-in-the-middle?
  • Loading branch information
mgedmin committed Apr 2, 2014
1 parent d930161 commit 7f9616d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ steps:

- Download the Zope 2 source distribution from `PyPI`__

__ http://pypi.python.org/pypi/Zope2
__ https://pypi.python.org/pypi/Zope2

- Bootstrap the buildout

- Run the buildout

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
Expand Down

0 comments on commit 7f9616d

Please sign in to comment.