We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f32a5 commit 27d9d24Copy full SHA for 27d9d24
1 file changed
README.rst
@@ -71,9 +71,9 @@ sure the required software is all in place ::
71
pip install wxpython==4.0.7
72
conda install matplotlib
73
conda install -c conda-forge diffpy.utils
74
- pip install diffpy.pdffit2
+ conda install -c conda-forge install diffpy.pdffit2
75
76
-Then you are ready to install diffpy.pdfgui ::
+Then you are ready to install diffpy.pdfgui from source codes::
77
78
python setup.py install
79
@@ -115,6 +115,7 @@ structures. We have tested with several structure viewers such as
115
116
* AtomEye, http://li.mit.edu/A/Graphics/A/
117
* PyMol, https://www.pymol.org
118
+* VESTA, http://jp-minerals.org/vesta/en/
119
120
Other viewers should work as well, as long as they understand one of
121
the output structure formats supported by PDFgui.
0 commit comments