Skip to content
Snippets Groups Projects
Commit 06146ba2 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Added Python read me file.

parent 0497f437
No related branches found
No related tags found
No related merge requests found
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 *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment