From edd68563266d565d943e926d11a5a21db1fde61a Mon Sep 17 00:00:00 2001 From: Marcus Eliasson <marcus@bitcraze.se> Date: Mon, 28 Sep 2015 15:51:44 +0200 Subject: [PATCH] Updated pre-requisites for Windows. Related to #207. --- win32install/readme.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/win32install/readme.txt b/win32install/readme.txt index 1013f49..426c99c 100644 --- a/win32install/readme.txt +++ b/win32install/readme.txt @@ -14,10 +14,15 @@ development version). Prerequisites ------------- -Nsis 2.46 (http://nsis.sourceforge.net/Download) -Python 2.7 -py2exe (http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/) -Jinja2 python module +Should be all from source install + the following: + - [Python 3.4](https://www.python.org/downloads/windows/) (make sure the pip component is selected when installing) + - [Nsis 2.46](http://nsis.sourceforge.net/Download) + - [GIT](https://git-scm.com/download/win) + +Install the following with pip: +``` +\Python34\python.exe -m pip install jinja2 py2exe +``` Procedure --------- -- GitLab