File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,25 @@ If you use diffpy.pdfmorph in a scientific publication, we would like you to cit
7171
7272 diffpy.pdfmorph Package, https://github.com/diffpy/diffpy.pdfmorph
7373
74+ REQUIREMENTS
75+ ------------------------------------------------------------------------
76+
77+ PDFmorph is currently run from the command line, which requires opening
78+ and typing into a terminal window or Windows command prompt. It is
79+ recommended that you consult online resources and become somewhat
80+ familiar before using PDFmorph.
81+
82+ PDFmorph can be run with Python 3.10 or higher. It makes use of several third party
83+ libraries that you'll need to run the app and its components.
84+
85+ * `NumPy ` - library for scientific computing with Python
86+ * `matplotlib ` - Python 2D plotting library
87+ * `SciPy ` - library for highly technical Python computing
88+ * `diffpy.utils ` - `shared helper utilities <https://github.com/diffpy/diffpy.utils/ >`_ for wx GUI
89+
90+ These dependencies will be installed automatically if you use the conda
91+ installation procedure described below.
92+
7493Installation
7594------------
7695
You can’t perform that action at this time.
0 commit comments