From f6ad5d693f2fa6677a2ad3b4d8fa46c23633882a Mon Sep 17 00:00:00 2001 From: Cor Kalis Date: Mon, 21 May 2018 13:34:38 +0200 Subject: [PATCH] Emphasize required install dirs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a07cd1..c565b34 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project builds a setup file, that will install a Python scripting environme that can communicate with Paxton Net2, using the SDK (or a direct DB connection). -### **Read this first** +### Read this first The scripts in this package are currently quite inflexible, in that they assume that packages are installed in particular directories. For future versions this should be changed to maybe an environment setting or a 'user' file containg the @@ -24,7 +24,7 @@ The NetScripting project relies on the following: * Python x86 3.4.4 - Is the Python environment - Download from http://www.python.org - - Install in C:\WinPrg\Python34\ !!! + - **Install in C:\WinPrg\Python34\ !!!** * pythonnet-2.3.0-cp34-cp34m-win32.whl - Is Python .net extension - Download from http://pythonnet.sourceforge.net @@ -38,7 +38,7 @@ The NetScripting project relies on the following: * Inno Setup 5.4.2 (higher versions most likely also work) - To create an installer (uses the inno_script.iss) - Download from http://www.jrsoftware.org - - Install in C:\Program Files\Inno Setup 5\ !!! + - **Install in C:\Program Files\Inno Setup 5\ !!!** The following convenience batch files are available: * run.bat