@@ -12,7 +12,7 @@ Crystallographic Library
1212Authors
1313================
1414
15- pyobjcryst was written as part of the DANSE _ open-source project by
15+ ` pyobjcryst ` was written as part of the DANSE _ open-source project by
1616Christopher Farrow, Pavol Juhás, and Simon J.L. Billinge.
1717The sources are now maintained as a part of the DiffPy-CMI complex
1818modeling initiative at the Brookhaven National Laboratory.
@@ -23,29 +23,41 @@ global optimisation and least squares algorithms (see the
2323:doc: `examples/index `) are provided by Vincent Favre-Nicolin (ESRF).
2424
2525For a complete list of contributors, see
26- https://github.com/diffpy/pyobjcryst/graphs/contributors.
26+ https://github.com/diffpy/pyobjcryst/graphs/contributors and
27+ https://github.com/diffpy/libobjcryst/graphs/contributors.
2728
2829.. _DANSE : http://danse.us/
2930
3031======================================
3132Installation
3233======================================
3334
35+ `pyobjcryst ` and `libobjcryst ` conda packages can be easily installed under
36+ Linux and macOS using channel `conda-forge ` or `diffpy ` channels,
37+ e.g.:
38+
39+ * `conda install -c diffpy libobjcryst pyobjcryst `
40+ * `conda install -c conda-forge libobjcryst pyobjcryst `
41+
3442See the `README <https://github.com/diffpy/pyobjcryst#requirements >`_
35- file included with the distribution.
43+ file included with the distribution for more details .
3644
3745======================================
3846Usage
3947======================================
4048
41- pyobjcryst can be used in different ways:
49+ ` pyobjcryst ` can be used in different ways:
4250
43- * as a backend library to manage crystal structures description in an application
51+ * ** as a backend library ** to manage crystal structures description in an application
4452 like `DiffPy-CMI <https://www.diffpy.org/products/diffpycmi/index.html >`_
45- * in python scripts or notebooks, allowing to display crystal structures,
46- index and refine powder diffraction patterns, solve crystal structures
47- from diffraction data using global optimisation algorithms, etc.. The
48- functionality is similar to what is available in `Fox <http://fox.vincefn.net >`_.
53+ * **in python scripts or notebooks **, allowing to:
54+
55+ * display crystal structures,
56+ * index and refine powder diffraction patterns
57+ * solve crystal structures from diffraction data using global optimisation algorithms
58+ * etc..
59+
60+ The functionality is similar to what is available in `Fox <http://fox.vincefn.net >`_.
4961 See the :doc: `examples/index `:
5062
5163 * :doc: `3D Crystal structure display <examples/crystal_3d_widget >`
0 commit comments