Commit 4b90a867 authored by Hanno Schlichting's avatar Hanno Schlichting

Update virtualenv based installation docs to mention pip<8.0 requirement.

This closes #194.
parent a6a91c31
......@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/
2.13.27 (unreleased)
--------------------
- Update virtualenv based installation docs to mention pip<8.0 requirement.
- Explicitly require Manager role for ``AltDatabaseManager``. [maurits]
......
......@@ -20,6 +20,18 @@ 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 \
......
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