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
71
71
72
72
diffpy.pdfmorph Package, https://github.com/diffpy/diffpy.pdfmorph
73
73
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
+
74
93
Installation
75
94
------------
76
95
You can’t perform that action at this time.
0 commit comments