File tree 2 files changed +26
-2
lines changed
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: ::
110
110
111
111
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
112
112
113
- Now we want to install PDFgui from conda-forge
113
+ Now we want to install PDFgui and dependencies from conda-forge: ::
114
114
115
- conda install diffpy.pdfgui
115
+ conda install wxpython diffpy.utils matplotlib-base
116
+ conda install diffpy.pdfgui --no-deps
116
117
117
118
118
119
Build 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