aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-03-23 20:28:27 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-03-23 20:28:27 +0000
commitccf66b2dfaa67669d94c5fdaeb8477c4bca17aa6 (patch)
tree31fb98526f7a44b5c1051a5e12e311eaae3ec7b9 /externals/grill/py/readme.txt
parente3426779df0301ece91b851bba58704e52be2176 (diff)
enable compiled-only scripts (without .py)
small fixes for OSX small fix pyext: fix for missing __init__ attribute small fixes for Max/OSX enable module packages (module/__init__.py[co]), now also for Max svn path=/trunk/; revision=4755
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r--externals/grill/py/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt
index ecf4d27d..9ebe521f 100644
--- a/externals/grill/py/readme.txt
+++ b/externals/grill/py/readme.txt
@@ -25,7 +25,7 @@ Check out the sample patches and scripts
Installation:
-PD version >= 0.38 - Add "py" to the Startup items ("binaries to load")
+PD version >= 0.38 - Add "py" to the Startup items ("binaries to load") and add the folder "scripts" to the pd search path.
PD version < 0.38 - Load it as i library with e.g. "pd -lib py -path scripts"
Max/MSP - Copy py-objectmappings.txt into the init folder and py.mxe (Windows) or py.mxo (OSX) into the externals folder.