We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cddbae + 3e9ef21 commit 894b2a4Copy full SHA for 894b2a4
2 files changed
README.rst
@@ -110,9 +110,10 @@ Confirm that the installation was successful: ::
110
111
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
112
113
-Now we want to install PDFgui from conda-forge
+Now we want to install PDFgui and dependencies from conda-forge: ::
114
115
- conda install diffpy.pdfgui
+ conda install wxpython diffpy.utils matplotlib-base
116
+ conda install diffpy.pdfgui --no-deps
117
118
119
Build from source
news/readme.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
+* Updated install instructions in README.rst.
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
0 commit comments