From ce5ea98826a608cf35ab709ef79b8fcd9d3c3ed2 Mon Sep 17 00:00:00 2001 From: RJbalikian <46536937+RJbalikian@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:41:44 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 466e7ff..1985fa7 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,14 @@ This should be done using command line. It is recommended to do this in a virtua For troubleshooting issues with installation or usage of the sprit package, see the [Troubleshooting](https://github.com/RJbalikian/SPRIT-HVSR/wiki/Troubleshooting) page of the wiki. # Documentation - API Documentation [here](https://rjbalikian.github.io/SPRIT-HVSR/main.html) -- See Wiki for more information [here](https://github.com/RJbalikian/SPRIT-HVSR/wiki) +- See Wiki for more tips, tutorials, usage guidelines, troubleshooting, and other information [here](https://github.com/RJbalikian/SPRIT-HVSR/wiki) - Pypi repository [here](https://pypi.org/project/sprit/) + # Dependencies Aside from the modules in the python standard library, the following package dependencies must be installed in your environment for this package to work - [Obspy](https://docs.obspy.org/): Python framework for processing seismological data -- [Matplotlib](https://matplotlib.org/): Comprehensive library for creating static, animated, andinteractive visualizationsin python +- [Matplotlib](https://matplotlib.org/): Comprehensive library for creating static, animated, and interactive visualizations in python - [Numpy](https://matplotlib.org/): "The fundamental package for scientific computing with Python" - [Scipy](https://scipy.org/): "Fundamental algorithms for scientific computing in Python" - [Pandas](https://pandas.pydata.org): "A fast, powerful, flexible and easy to use open source data analysis and manipulation tool" (Used primarily for exporting and managing results)