diff --git a/README.md b/README.md index f7e80360ec3af5219e490e1ce54478647c37038e..73862571ce9d5bdba661175c0edec5245dc1c4eb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # dolfin_dic -A set of FEniCS- and VTK-based python tools for Finite Element Digital Image Correlation. +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://github.com/mgenet/myPythonLibrary) as well as [myVTKPythonLibrary](https://github.com/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) 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). ### Installation Get the code: ``` -git clone https://bitbucket.org/mgenet/dolfin_dic.git +git clone https://gitlab.inria.fr/mgenet/dolfin_dic.git ``` To be able to load the library within python, the simplest is to add the folder containing `dolfin_dic` to the `PYTHONPATH` environment variable: ```