Skip to content

Installation

Requirements

  • Python >=3.9
  • pip

Install From PyPI

pip install photoelastimetry

Verify Installation

image-to-stress --help
stress-to-image --help
demosaic-raw --help
calibrate-photoelastimetry --help

Install From Source (for local edits)

git clone https://github.com/benjym/photoelastimetry.git
cd photoelastimetry
pip install -e .

For contributor setup (tests, docs, style tools), use Developer Setup.