From da9d1a2138c5689175d4ba2b33cd3042a97e9fee Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Mon, 23 Sep 2019 00:34:22 +0200
Subject: [PATCH] Update README.md

---
 ElectromagneticScattering/README.md | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/ElectromagneticScattering/README.md b/ElectromagneticScattering/README.md
index 0fcb945..ac115e9 100644
--- a/ElectromagneticScattering/README.md
+++ b/ElectromagneticScattering/README.md
@@ -27,13 +27,18 @@ Guillaume Demésy and Brian Stout
 To enable Python[] function in GetDP, follow [these instructions](https://gitlab.onelab.info/getdp/getdp/wikis/GetDP-compilation) (complex arithmetic) and add to the final cmake line:
 `-DENABLE_PYTHON=ON -DPYTHON_LIBRARY=/path/to/pythonlib -DPYTHON_INCLUDE_DIR=/path/to/python/include`
 
-On Debian for python3.6 installed with apt-get, 
-/path/to/pythonlib is 
-/usr/lib/x86_64-linux-gnu/libpython3.6m.so
 
-/path/to/python/include is
-/usr/include/python3.6m
 
-For python versions installed through anaconda, common locations are:
-/somepath/anaconda3/envs/py36/lib/libpython3.6m.so
-/somepath/anaconda3/envs/py36/include/python3.6m
+*  On Debian for python3.6 installed with apt-get, 
+
+* * `/path/to/pythonlib` is `/usr/lib/x86_64-linux-gnu/libpython3.6m.so`
+
+* * `/path/to/python/include` is `/usr/include/python3.6m`
+
+
+
+* For python versions installed through anaconda, common locations are:
+
+* * /somepath/anaconda3/envs/py36/lib/libpython3.6m.so
+
+* * /somepath/anaconda3/envs/py36/include/python3.6m
-- 
GitLab