# HG changeset patch # User Brecht De Man # Date 1461170612 -7200 # Node ID e0b0dde71ab1c2c8932ea86a4e055b4e6b982944 # Parent 0c3111ca456698fe45885fa4ff07a90000a145f4 Preliminary dependencies (/tested on) section To be expanded and improved. diff -r 0c3111ca4566 -r e0b0dde71ab1 README.md --- a/README.md Wed Apr 20 17:13:19 2016 +0100 +++ b/README.md Wed Apr 20 18:43:32 2016 +0200 @@ -16,6 +16,14 @@ Please refer to ['docs/Instructions/Instructions.pdf'](https://github.com/BrechtDeMan/WebAudioEvaluationTool/raw/master/docs/Instructions/Instructions.pdf). +## Dependencies + +Runs out of the box on any web server with PHP (tested on PHP 5.1<=), no third party software needed. + +Alternatively, a local server (no web server or internet connection needed!) and optional Python analysis scripts run on Python 2.7 or 3.x. +Plots rendered using [matplotlib](http://matplotlib.org), [NumPy](http://matplotlib.org) and [SciPy](http://scipy.org). + + ## Academic use ### Citing @@ -37,6 +45,7 @@ Please refer to LICENSE.txt ([GNU General Public License](http://www.gnu.org/licenses/gpl-3.0.en.html)). + ## Other use Other licensing schemes are available - please contact the authors regarding non-academic use.