File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ is available in the doc/Farrow-jpcm-2007.pdf paper.
20
20
REQUIREMENTS
21
21
------------------------------------------------------------------------
22
22
23
- PDFgui requires Python 3.7 or later or 2.7 and several third-party
23
+ PDFgui requires Python 3.8, 3.9, or 2.7 and several third-party
24
24
libraries that are used by PDFgui and its components.
25
25
26
26
* setuptools - tools for installing Python packages
@@ -68,10 +68,7 @@ method on Windows is to start PDFgui through the DiffPy start menu.
68
68
If you don't use Anaconda or prefer to install from sources, make
69
69
sure the required software is all in place ::
70
70
71
- pip install wxpython==4.0.7
72
- conda install matplotlib
73
- conda install -c conda-forge diffpy.utils
74
- conda install -c conda-forge install diffpy.pdffit2
71
+ conda install -c conda-forge diffpy.utils diffpy.pdffit2 matplotlib wxpython
75
72
76
73
Then you are ready to install diffpy.pdfgui from source codes::
77
74
You can’t perform that action at this time.
0 commit comments