Skip to content

2.1 Getting started

Eric Breitbarth edited this page Apr 7, 2024 · 1 revision

As a user

Execute the following command inside your project terminal

pip install --upgrade git+https://github.com/dlr-wf/crackpy.git

You can install a specific release version from versions:

  • 1.0.0
  • 1.0.1

with

pip install git+https://github.com/dlr-wf/crackpy.git@1.0.1

Minimal example

  1. Download the nodemap DIC data from folder test_data/crack_detection/Nodemaps and the simulation data from test_data/simulations/Nodemaps
  2. Follow the description in Crack detection for a single nodemap
  3. Follow the description in Fracture Analysis for a single nodemap

As a developer

  1. clone repository from github
  2. install requirements
  3. open terminal in root folder (the one with setup.py in it)
  4. run python setup.py develop