Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.07 KB

README.rst

File metadata and controls

43 lines (26 loc) · 1.07 KB

qpimage

PyPI Version Tests Status Coverage Status Docs Status

qpimage is a Python3 library for manipulating quantitative phase images.

Documentation

The documentation, including the code reference and examples, is available at qpimage.readthedocs.io.

Installation

pip install qpimage

Testing

pip install pytest
pip install -e .
pytest tests