From d179fce4411431f32d2d5c625194cadbe7b909d0 Mon Sep 17 00:00:00 2001 From: Johannes Blume Date: Sun, 3 Mar 2013 00:18:09 +0100 Subject: [PATCH] Add links to current binaries in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ada882a..4b15d8a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Plugin for Rainmeter enabling Python 3 scripting Installation ------------ +Binaries: [x86-32](http://www.jblume.com/rainmeter-python/x86/Python.dll) and [x86-64](http://www.jblume.com/rainmeter-python/x64/Python.dll) + +Simply copy the appropriate file to the 'Plugins' folder of your Rainmeter installation. + For this plugin to function, you need to install the Python 3.3 distribution matching your Rainmeter's architecture. The corresponding 'python33.dll' needs to be in your DLL search path; all standard installers of Python 3.3 automatically put the DLL into your System32 directory, so this should normally be the case.