Merge remote-tracking branch 'origin/master'

This commit is contained in:
daniel goldberg 2016-09-05 18:49:10 +03:00
commit 397c4f82ca
1 changed files with 6 additions and 4 deletions

View File

@ -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
output is in dist/monkey