From 1f18295216162c68a1120e00778c502a1571864c Mon Sep 17 00:00:00 2001 From: Ryanne Fox Date: Mon, 18 Sep 2017 09:26:38 -0700 Subject: [PATCH] Update README.md Clarify 32 bit python Update link to win32 dependency pack. Added link to pywin32 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82d2e2752..242ec1fa3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Setup ### Dependencies -First, you will need **Python 2.7**. +First, you will need **Python 2.7**. (32bit) Python dependencies: run `pip install -r requirements.txt`. @@ -31,8 +31,8 @@ Optional dependencies: OS-specific dependencies: - Windows: - - `pyWin32` - - [win32 dependency pack](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fofix/fofix-win32-deppack-20130304.zip) (to unzip into the `win32` directory) + - [pyWin32](https://sourceforge.net/projects/pywin32/files/pywin32/) + - [win32 dependency pack](https://www.dropbox.com/s/p8xv4pktq670q9i/fofix-win32-deppack-20130304-updated.zip?dl=0) (to unzip into the `win32` directory) - Unix: - a C++ compiler