diff --git a/Niflib for Python ReadMe.txt b/Niflib for Python ReadMe.txt new file mode 100644 index 0000000000000000000000000000000000000000..70b418617cd88d8c64515ad249d25b283b8b73f5 --- /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 * +