File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,10 @@ Confirm that the installation was successful: ::
110110
111111 python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
112112
113- Now we want to install PDFgui from conda-forge
113+ Now we want to install PDFgui and dependencies from conda-forge: ::
114114
115- conda install diffpy.pdfgui
115+ conda install wxpython diffpy.utils matplotlib-base
116+ conda install diffpy.pdfgui --no-deps
116117
117118
118119Build from source
Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * <news item>
4+
5+ **Changed: **
6+
7+ * Updated install instructions in README.rst.
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
You can’t perform that action at this time.
0 commit comments