Installation
These instructions will get you a copy of pynurbs up and running on your local machine.
You will need a working copy of python on your machine, the valid versions are:
How to install
Install the package and all of its dependencies can be done through the python package index:
$ pip install pynurbs
Testing the Installation
To verify if your installation works correctly, install pytest and run:
$ pytest .