From 78cafb8d58c37aa2ec162baf0ec52fcc25307311 Mon Sep 17 00:00:00 2001 From: Daniel Goldberg Date: Mon, 5 Sep 2016 16:13:55 +0300 Subject: [PATCH] Set minimum Python version for Windows version. This should fix #34 --- chaos_monkey/readme.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/chaos_monkey/readme.txt b/chaos_monkey/readme.txt index 47b3def84..21becbdc2 100644 --- a/chaos_monkey/readme.txt +++ b/chaos_monkey/readme.txt @@ -1,9 +1,11 @@ How to create a monkey build environment: Windows: -1. Install python 2.7 - https://www.python.org/download/releases/2.7 -2. install pywin32-219.win32-py2.7.exe +1. Install python 2.7. Preferably you should use ActiveState Python which includes pywin32 built in. + You must use an up to date version, atleast version 2.7.10 + http://www.activestate.com/activepython/downloads + https://www.python.org/downloads/release/python-2712/ +2. install pywin32-219.win32-py2.7.exe at least http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/ 3. a. install VCForPython27.msi http://www.microsoft.com/en-us/download/details.aspx?id=44266 @@ -56,4 +58,4 @@ Linux (Tested on Ubuntu 12.04): cd /home/user/Code/monkey/chaos_monkey chmod +x build_linux.sh ./build_linux.sh - output is in dist/monkey \ No newline at end of file + output is in dist/monkey