Quote:
Originally Posted by VII
[You must be logged in to view images. Log in or Register.]
how can I use the dev builds?
|
So, nparse is written in python, but the stable release version has been compiled from the source code into a windows binary you can just run on it's own.
To use the dev builds you would need to install python onto your computer, and download and either run the nparse source code in python or use python to build your own windows binary. You would also need to install a few python package dependencies that nparse needs using pip, Mirox created a requirements file to help.
If this sounds daunting you might want to stick to the stable release until Mirox is happy enough with his code to release a new windows binary. You can see all the various dev tree source code commits on github. .
https://github.com/nomns/nparse/commits/dev
Personally I've had no problems with the 06/06/20 e905d7a2afa39530106ef3ffe987f57db9537609 tree so far but I've not messed around with custom triggers yet.