Skip to content

Commit

Permalink
- the extra doesn't exist yet on 4.1.2, but will on 4.1.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 27, 2019
1 parent 2af8347 commit a86185d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ version you find on https://zopefoundation.github.io/Zope/:
$ python3.7 -m venv zope
$ cd zope
$ bin/pip install -U pip
$ bin/pip install Zope[wsgi]==4.1.2 \
-c https://zopefoundation.github.io/Zope/releases/4.1.2/constraints.txt
$ bin/pip install Zope[wsgi]==4.1.3 \
-c https://zopefoundation.github.io/Zope/releases/4.1.3/constraints.txt
You can also install Zope using a single requirements file. Note that this
installation method might install packages that are not actually needed (i. e.
Expand All @@ -176,7 +176,7 @@ more than are listed in the ``install_requires`` section of ``setup.py``):
.. code-block:: console
$ bin/pip install \
-r https://zopefoundation.github.io/Zope/releases/4.1.2/requirements-full.txt
-r https://zopefoundation.github.io/Zope/releases/4.1.3/requirements-full.txt
Building the documentation with ``Sphinx``
Expand Down

0 comments on commit a86185d

Please sign in to comment.