Skip to content

Commit 1e3413c

Browse files
DOC: update installation steps.
1 parent 2dd1bf8 commit 1e3413c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,14 @@ INSTALLATION
5757
------------------------------------------------------------------------
5858

5959
The preferred method is to use Anaconda Python and install from the
60-
"conda-forge" channel of Anaconda packages ::
60+
"conda-forge" channel of Anaconda packages. The `conda-forge` channel can be achieved by adding `conda-forge` to your channels with ::
6161

62-
conda install -c conda-forge diffpy.pdfgui
62+
conda config --add channels conda-forge
63+
conda config --set channel_priority strict
64+
65+
Once the `conda-forge` channel has been enabled, `diffpy.pdffit2` can be installed with `conda` ::
66+
67+
conda install diffpy.pdffit2
6368

6469
PDFgui can be then started from a terminal ("Anaconda Prompt" on
6570
Windows) by executing the "pdfgui" program. An alternative

0 commit comments

Comments
 (0)