From 2c67bd6c57cec359b6a7894f0adeb10d9e2ab77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Wed, 5 Nov 2014 23:05:51 -0200 Subject: [PATCH] pywin32 is required by Twisted. closes #937 see: * http://twistedmatrix.com/trac/ticket/6032 * https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2028 --- docs/intro/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 867bc2da7..1d786efe7 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -54,6 +54,10 @@ Windows python --version +* Install `pywin32` from http://sourceforge.net/projects/pywin32/ + + Be sure you download the architecture (win32 or amd64) that matches your system + * Install `pip`_ from https://pip.pypa.io/en/latest/installing.html Now open a Command prompt to check ``pip`` is installed correctly::