From c038a3a5dad2fff443647380ea8effe6c7d2d181 Mon Sep 17 00:00:00 2001 From: GENET Martin <martin.genet@inria.fr> Date: Fri, 31 Aug 2018 15:25:01 +0200 Subject: [PATCH] Update README.md from github/bitbucket to gitlab INRIA. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e8036..d5afcd2 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. ### 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: ``` -- GitLab