Installation

These instructions will get you a copy of compmec-nurbs up and running on your local machine. You will need a working copy of python on your machine, the valid versions are:

Available versions of python

How to install

Install the package and all of its dependencies can be done through the python package index:

$ pip install compmec-nurbs

Testing the Installation

To verify if your installation works correctly, install pytest and run:

$ pytest .