Skip to content

Commit c84b072

Browse files
Merge pull request #85 from dragonyanglong/minor_remove
DOC: update installation instruction.
2 parents affa2cc + ad9a670 commit c84b072

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ is available in the doc/Farrow-jpcm-2007.pdf paper.
2020
REQUIREMENTS
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
2424
libraries 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.
6868
If you don't use Anaconda or prefer to install from sources, make
6969
sure 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

7673
Then you are ready to install diffpy.pdfgui from source codes::
7774

0 commit comments

Comments
 (0)