Installation ============ .. role:: bash(code) :language: bash Requirements ------------ fANOVA requires: `Numpy `_ `matplotlib `_ (Version 1.4.2) `pyrfr `_ Manually ------------ To install fANOVA from command line type the following commands in your bash terminal: :bash:`git clone https://github.com/automl/fanova.git` :bash:`cd fanova/` :bash:`pip install -r requirements.txt` :bash:`python setup.py install`