Installation¶
Install from PyPI¶
Install pyvrft with pip:
The package name on PyPI is pyvrft, but the Python import package is vrft.
Dependencies¶
pyvrft depends on:
- NumPy
- SciPy
- Matplotlib
These dependencies are installed automatically when installing the package with pip.
Development installation¶
To install from a local checkout:
Verify the installation¶
Check that the package can be imported:
If you are working from the repository, run the test suite from the repository root: