diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/python/readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/python/readme.txt b/system/python/readme.txt new file mode 100644 index 0000000000..c6819acdd7 --- /dev/null +++ b/system/python/readme.txt @@ -0,0 +1,9 @@ +python directory structure + +DLLs dir: + Library directory used by python. + python exensions (.pyd) from cvs can be placed here + +Lib dir: + Library directory used by python. + Here can new packages or modules be installed by the user. |