Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 427 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 427 Bytes

diffractionimaging

Coherent Diffraction Imaging Tools for Python

Installation

Download the repo

git clone https://github.com/skuschel/diffractionimaging

and install using

cd diffractionimaging
pip install --user -e .

Test installation by running a python console somewhere else and execute

import diffractionimaging

Development

Run the tests before committing:

./run-tests.sh