From 1c6603083907318aa347e43af2d79482ed98b39a Mon Sep 17 00:00:00 2001 From: PEM Date: Fri, 7 Sep 2012 18:39:18 +0200 Subject: [PATCH] Added a few infos to readme for windows users --- README.txt | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/README.txt b/README.txt index 4edf7c015..2ab912df4 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,23 @@ -Installation &c. - -1) Run ./phenny - this creates a default config file -2) Edit ~/.phenny/default.py -3) Run ./phenny - this now runs phenny with your settings - -Enjoy! - --- -Sean B. Palmer, http://inamidst.com/sbp/ +Installation &c. + +1) Run ./phenny - this creates a default config file +2) Edit ~/.phenny/default.py +3) Run ./phenny - this now runs phenny with your settings + +Enjoy! + + +For Windows users : +Go to your phenny directory, launch a command console there. + +1) run c:\Python27\python.exe phenny +Of course depending on where your python is installed and what version it is the path might change... +The main idea to remember is to run the script from phenny's directory, not from python's directory + +2) is the same as above. In case you're wondering where ~/.phenny is on windows, it is (on win7 at least) c:\Users\\.phenny + +3) same as step 1. + + +-- +Sean B. Palmer, http://inamidst.com/sbp/