update the install.rst to match reality

This commit is contained in:
Amber Brown 2018-04-01 01:06:54 +11:00
parent 2210640db0
commit 67b916e65e
1 changed files with 2 additions and 3 deletions

View File

@ -11,12 +11,11 @@ To install Twisted, you need:
- `setuptools <https://pypi.python.org/pypi/setuptools>`_
(installed automatically if you use pip).
- `Zope Interface <https://pypi.python.org/pypi/zope.interface>`_ 3.6.0 or newer.
Zope Interface 4.0 or newer is required for Python 3.
- `Zope Interface <https://pypi.python.org/pypi/zope.interface>`_ 4.4.2 or newer.
Installing via pip will automatically download a suitable Zope Interface.
- On Windows `pywin32 <https://pypi.python.org/pypi/pywin32>`_ is required.
Build 219 or later is highly recommended for reliable operation (this is already included in ActivePython).
Build 223 or later is highly recommended for reliable operation.
We also have `setuptools extras <http://twistedmatrix.com/documents/current/installation/howto/optional.html>`_ for automatically installing optional packages used by Twisted.