From 5986aa656d9f49b8f14e5e73967f02e8de5c9c1e Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Tue, 26 May 2020 16:00:12 +0200
Subject: [PATCH] include graphviZ

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7692df4a..4217731c 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,9 @@ We assume that you have downloaded or cloned the project from GitLab or
  regarding the `data_path`. Instructions on how to rerun the specific version are given below.  
 
 * Install __proj__ and __geos__ on your machine using the console. E.g. for OpenSUSE / leap `zypper install proj`
-* c++ compiler required for cartopy installation
-* Make sure that CUDA 10.0 is installed if you want to use Nvidia GPUs (compatible with TensorFlow 1.13.1).
+* __c++ compiler__ required for cartopy installation
+* __graphviz__ is required to plot the model architecture
+* Make sure that __CUDA 10.0__ is installed if you want to use Nvidia GPUs (compatible with TensorFlow 1.13.1).
 
 Depending on your system (GPU available or not) you can create a virtual environment by executing
 `python3.6 -m venv venv`. Make sure that the venv is activated (`source venv/bin/activate`). Afterwards
-- 
GitLab