File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,9 +57,14 @@ INSTALLATION
5757------------------------------------------------------------------------
5858
5959The 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
6469PDFgui can be then started from a terminal ("Anaconda Prompt" on
6570Windows) by executing the "pdfgui" program. An alternative
You can’t perform that action at this time.
0 commit comments