From baa5a12fb4dff3f38659fa2304527c957b6edf2d Mon Sep 17 00:00:00 2001 From: Andrea Feletto Date: Tue, 17 Jan 2023 02:06:04 +0100 Subject: [PATCH] add readme with dependencies --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4a254c --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +# plungers + +## Dependencies + +* [python] +* [matlab] +* [matplotlib] +* [numpy] +* [pandas] +* [scipy] +* [scikit-learn] +* [scikit-spatial] + +[python]: https://www.python.org/ +[matlab]: https://www.matlab.com/ +[matplotlib]: https://matplotlib.org/ +[numpy]: https://numpy.org/ +[pandas]: https://pandas.pydata.org/ +[scipy]: https://scipy.org/ +[scikit-learn]: https://scikit-learn.org/ +[scikit-spatial]: https://scikit-spatial.readthedocs.io/ \ No newline at end of file -- 2.45.2