2.1 Getting started - dlr-wf/crackpy GitHub Wiki
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/[email protected]
Minimal example
- Download the nodemap DIC data from folder
test_data/crack_detection/Nodemaps
and the simulation data fromtest_data/simulations/Nodemaps
- Follow the description in Crack detection for a single nodemap
- Follow the description in Fracture Analysis for a single nodemap
As a developer
- clone repository from github
- install requirements
- open terminal in root folder (the one with setup.py in it)
- run
python setup.py develop