Numerical Test Rig for Cascades.
- Free software: MIT license
- Documentation: https://ntrfc.readthedocs.io.
The easiest way to use this repository is to install ntrfc using 'pip install ntrfc' or install using 'python -m setup install'
when installing from conda, you will run into issues with vtk while using a pip installation of ntrfc. simply run:
'conda install -c conda-forge vtk'
as a dev use "pip install -e ntrfc" for a linked install. this way you dont have to reinstall the package after altering the sourcecode. you might also want to install the dev-libraries in the requirements_dev.txt ('pip install -r requirements_dev.txt')
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.