-
Notifications
You must be signed in to change notification settings - Fork 12
2.1 Getting started
Eric Breitbarth edited this page Apr 7, 2024
·
1 revision
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
- 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
- clone repository from github
- install requirements
- open terminal in root folder (the one with setup.py in it)
- run
python setup.py develop