File tree Expand file tree Collapse file tree 2 files changed +22
-19
lines changed
Expand file tree Collapse file tree 2 files changed +22
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -63,6 +63,28 @@ by citing the following paper in your publication:
6363 <http://dx.doi.org/10.1107/S2053273315014473> `__,
6464 *Acta Crystallogr. A * **71 **, 562-568 (2015).
6565
66+ Requirements
67+ ------------------------------------------------------------------------
68+
69+ The diffpy.structure package requires Python 3.7 or later or 2.7 and
70+ the following software:
71+
72+ * ``setuptools `` - software distribution tools for Python
73+ * ``NumPy `` - numerical mathematics and fast array operations for Python
74+
75+ We recommend to use `Anaconda Python <https://www.anaconda.com/download >`_
76+ as it allows to install all software dependencies together with
77+ diffpy.structure. For other Python distributions it is necessary to
78+ install the required software separately. As an example on Ubuntu
79+ Linux the required software can be installed with ::
80+
81+ sudo aptitude install python3-setuptools python3-numpy
82+
83+ diffpy.structure also uses the
84+ `PyCifRW <https://bitbucket.org/jamesrhester/pycifrw >`_
85+ library, which is automatically deployed during the
86+ installation process.
87+
6688Installation
6789------------
6890
You can’t perform that action at this time.
0 commit comments