File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,15 @@ INSTALLATION
5757------------------------------------------------------------------------
5858
5959The preferred method is to use Anaconda Python and install from the
60- "conda-forge" channel of Anaconda packages. The `conda-forge ` channel can be achieved by adding `conda-forge ` to your channels with ::
60+ "conda-forge" channel of Anaconda packages. The `conda-forge ` channel
61+ can be achieved by adding `conda-forge ` to your channels with ::
6162
62- conda config --add channels conda-forge
63- conda config --set channel_priority strict
63+ conda config --add channels conda-forge
64+ conda config --set channel_priority strict
6465
6566Once the `conda-forge ` channel has been enabled, `diffpy.pdffit2 ` can be installed with `conda ` ::
6667
67- conda install diffpy.pdffit2
68+ conda install diffpy.pdffit2
6869
6970PDFgui can be then started from a terminal ("Anaconda Prompt" on
7071Windows) by executing the "pdfgui" program. An alternative
You can’t perform that action at this time.
0 commit comments