From 06146ba244b14a18224943594aa0ebcea010ad61 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Sun, 16 Jul 2006 05:11:16 +0000 Subject: [PATCH] Added Python read me file. --- Niflib for Python ReadMe.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Niflib for Python ReadMe.txt diff --git a/Niflib for Python ReadMe.txt b/Niflib for Python ReadMe.txt new file mode 100644 index 00000000..70b41861 --- /dev/null +++ b/Niflib for Python ReadMe.txt @@ -0,0 +1,16 @@ +Python SWIG wrapper for Niflib + +To use: Unzip the files to your Python folder (Probably C:\Python24). + +Due to the many API changes in this version of Niflib, the module is called "new_niflib" to +give people using the existing Niflib for Python the ability to use both versions at the same time. +The next major release will return to the name "niflib." + +From within Python: + +import new_niflib + +or + +from new_niflib import * + -- GitLab