
The pyvXRAY source distribution was built using the following procedure:
1. Open command prompt and go to pyvXRAY directory
2. $ cd cython
3. Create cythonMods.c file using: 
   $ cython cythonMods.pyx
4. Build the source distribution
   $ cd..
   $ python setup.py sdist

The pyvXRAY binary distribution was built using the following procedure:
1. For Windows 32-bit
   $ python setup.py build_ext --compiler=msvc --plat-name=win32 bdist --plat-name=win32   
   For Windows 64-bit
   $ python setup.py build_ext --compiler=msvc bdist 

NOTE: setup.cfg was used with the following settings:
[build_ext]
inplace=1
[install] 
install_lib=abaqus_plugins