diff --git a/ElectromagneticScattering/README.md b/ElectromagneticScattering/README.md
index 248de22af1b92506c3adca3ae9e731d737b7ac24..80a201bb824f109447274e8fc3665e39d416e546 100644
--- a/ElectromagneticScattering/README.md
+++ b/ElectromagneticScattering/README.md
@@ -2,17 +2,18 @@ A Onelab model for 3D scattering problems in nanophotonics.
 
 ## Synopsis
 
-This project contains a [Onelab](http://onelab.info/wiki/ONELAB) model for solving various 3D electromagnetic scattering problems on an isolated object :
+This project contains a [Onelab](http://onelab.info/wiki/ONELAB) model for solving various 3D electromagnetic problems on an isolated arbitrary object :
 * T-matrix computation: See https://arxiv.org/abs/1802.00596 for details
 * Quasi-normal modes
 * Plane wave response
-* Green's function (LDOS)
+* Green's function
 
 ## Installation
 
-This model requires the following (open-source) programs:
-* [onelab](http://onelab.info/wiki/ONELAB), which bundles both [gmsh](http://www.gmsh.info/) and [getdp](http://www.getdp.info/)
-* python (v2.7.x or v3.6.x) with numpy, scipy and matplotlib
+This model requires the following programs:
+* [gmsh](http://www.gmsh.info/)
+* [getdp](http://www.getdp.info/) compiled with python support (see below)
+* python (>3.5.x) with numpy, scipy and matplotlib
 
 ## Running the model
 
@@ -20,4 +21,4 @@ Open `scattering.pro` with Gmsh.
 
 ## Authors
 
-Guillaume Demésy and Brian Stout
\ No newline at end of file
+Guillaume Demésy and Brian Stout