From 7745aaf4524b38beb6c2da60de03ad0437ccbd0e Mon Sep 17 00:00:00 2001 From: Axel Schnitger <axel.schnitger@aei.mpg.de> Date: Tue, 21 Aug 2018 11:55:17 +0200 Subject: [PATCH] Add requirements section to README.md. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2a8cb4..9692593 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ recovery using GRACE type satellite observations. <!-- vim-markdown-toc GitLab --> +* [Requirements](#requirements) * [Installation](#installation) * [Usage](#usage) * [Performance](#performance) @@ -32,10 +33,16 @@ Please reference this article if you use GRACETOOLS: **Darbeheshti N., Wöske F., Weigelt M., McCullough C., Wu H. (2018) GRACETOOLS - GRACE gravity field recovery tools, Geosciences.** +## Requirements + +MATLAB and the [Parallel Computing +Toolbox](https://de.mathworks.com/help/distcomp/). + ## Installation Download gracetools as a zip file and extract it somewhere on your computer. -- [gracetools.zip](https://gitlab.aei.uni-hannover.de/geoq/gracetools/-/archive/master/gracetools-master.zip) + +- [**gracetools.zip**](https://gitlab.aei.uni-hannover.de/geoq/gracetools/-/archive/master/gracetools-master.zip) Or clone the repository with `git clone`: -- GitLab