File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
docs/intro/installation/developers Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ For :mod:`garlicsim`
3737
3838* `distribute`_.
3939
40- * on Windows only: `Python for Windows Extensions`_.
40+ * on Windows only: `Python for Windows Extensions`_. (Not required for Pypy users.)
4141
42- For users of Python 2.5 only:
42+ For users of Python 2.5 only (not needed for modern Python versions) :
4343
4444* `Backport of the multiprocessing module`_.
4545* `pyOpenSSL`_ is needed in order to use :class:`PiCloudCruncher`.
Original file line number Diff line number Diff line change @@ -79,8 +79,9 @@ def check_pywin32():
7979 except ImportError :
8080 raise MissingModule (
8181 "`pywin32` is required, but it's not currently installed on "
82- "your system. Please install it according to the instructions "
83- "here: http://sourceforge.net/projects/pywin32/files/pywin32/"
82+ "your system. Please downloading it from here: "
83+ "http://sourceforge.net/projects/pywin32/files/pywin32/ and "
84+ "install it."
8485 )
8586 else :
8687 return [win32api , win32process , win32com ]
You can’t perform that action at this time.
0 commit comments