Installation#

Requirements#

Install from PyPI#

pip install ad_hoc_diffractometer

Install for development#

git clone https://github.com/prjemian/ad_hoc_diffractometer
cd ad_hoc_diffractometer
pip install -e .[dev]

Install documentation dependencies#

pip install -e .[doc]

Install all optional dependencies#

pip install -e .[all]

Build the documentation locally#

cd docs
make html

The built HTML is written to docs/build/html/. Open docs/build/html/index.html in a browser to view it.