Skip to content

Commit 3e9ef21

Browse files
committed
doc: update readme install instructions
1 parent 0cddbae commit 3e9ef21

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

Diff for: README.rst

+3-2
Original file line numberDiff line numberDiff 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

118119
Build from source

Diff for: news/readme.rst

+23
Original file line numberDiff line numberDiff line change
@@ -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+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)