Skip to content

Commit

Permalink
Use the requirements as the index is broken
Browse files Browse the repository at this point in the history
Using the previously described variant using the index led to a broken installation because `pip` installs `Products.ZCatalog` 4.x. It expects to find `products.zcatalog` in the index. (Even downgrading to pip 1.5 does not help.)
  • Loading branch information
Michael Howitz committed Oct 14, 2017
1 parent 24b432d commit 4f2cf42
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions doc/INSTALL-virtualenv.rst
Expand Up @@ -20,23 +20,11 @@ Create a Virtual Environment
Install the Zope2 2.13.26 Software Packages
-------------------------------------------

First make sure to have a compatible pip version. pip 8.0 and later
are not supported.

.. code-block:: sh
$ bin/pip install -U 'pip<8.0'
Installing collected packages: pip
Found existing installation: pip 9.0.1
Uninstalling pip-9.0.1:
Successfully uninstalled pip-9.0.1
Successfully installed pip-7.1.2
.. code-block:: sh
$ bin/pip install \
--trusted-host download.zope.org \
--index http://download.zope.org/Zope2/index/2.13.26/ Zope2
--no-binary zc.recipe.egg \
-r https://zopefoundation.github.io/Zope/releases/2.13.26/requirements.txt
Collecting Zope2
...
Successfully installed ...
Expand Down

0 comments on commit 4f2cf42

Please sign in to comment.