Skip to content

Commit 86d8318

Browse files
authored
Update README.rst
1 parent c3a4111 commit 86d8318

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: README.rst

+19
Original file line numberDiff line numberDiff 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+
7493
Installation
7594
------------
7695

0 commit comments

Comments
 (0)