Installation ============ To install |project|, you will need Python 3.x and pip. Installation is simple and can be done with the following command: .. code-block:: bash 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 |project| via pip. Verify Installation ------------------- To verify that |project| has been installed correctly, run the following commands in your Python interpreter: .. code-block:: python import np_vmd print(np_vmd.__version__) You should see the version number of your installed package outputted without any errors.