Installation

To install Vibration and Machine Dynamics Package, you will need Python 3.x and pip. Installation is simple and can be done with the following command:

pip install np-vmd

Dependencies

[Your Package Name] depends on the following Python libraries:

  • NumPy

  • SciPy

  • Matplotlib

These dependencies will be automatically installed when you install Vibration and Machine Dynamics Package via pip.

Verify Installation

To verify that Vibration and Machine Dynamics Package has been installed correctly, run the following commands in your Python interpreter:

import np_vmd
print(np_vmd.__version__)

You should see the version number of your installed package outputted without any errors.