File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 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.
2020REQUIREMENTS
2121------------------------------------------------------------------------
2222
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
2424libraries that are used by PDFgui and its components.
2525
2626* setuptools - tools for installing Python packages
@@ -68,10 +68,7 @@ method on Windows is to start PDFgui through the DiffPy start menu.
6868If you don't use Anaconda or prefer to install from sources, make
6969sure the required software is all in place ::
7070
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
7572
7673Then you are ready to install diffpy.pdfgui from source codes::
7774
You can’t perform that action at this time.
0 commit comments