From 706d15cb6ad74c14ee7667ded2a53912651f0d39 Mon Sep 17 00:00:00 2001
From: GENET Martin <martin.genet@inria.fr>
Date: Mon, 10 Sep 2018 09:25:23 +0200
Subject: [PATCH] dofin_dic now requires dolfin_cm.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7386257..5eb81d3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # dolfin_dic
 A set of FEniCS- and VTK-based python tools for Finite Element Digital Image Correlation, basically implementing the method described in [[Genet et al., 2018, Medical Image Analysis]](https://www.medicalimageanalysisjournal.com/article/S1361-8415(18)30534-6/fulltext).
 ### Requirements
-First you need to install [myPythonLibrary](https://gitlab.inria.fr/mgenet/myPythonLibrary) as well as [myVTKPythonLibrary](https://gitlab.inria.fr/mgenet/myVTKPythonLibrary). You also need a working installation of FEniCS (including DOLFIN python interface) & VTK (also including python interface).
+First you need to install [myPythonLibrary](https://gitlab.inria.fr/mgenet/myPythonLibrary), [myVTKPythonLibrary](https://gitlab.inria.fr/mgenet/myVTKPythonLibrary) as well as [dolfin_cm](https://gitlab.inria.fr/mgenet/dolfin_cm). You also need a working installation of FEniCS (including DOLFIN python interface) & VTK (also including python interface).
 ### Installation
 Get the code:
 ```
-- 
GitLab