Skip to content

Commit 17437a6

Browse files
DOC: update installation steps.
1 parent 1e3413c commit 17437a6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ INSTALLATION
5757
------------------------------------------------------------------------
5858

5959
The 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

6566
Once 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

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

0 commit comments

Comments
 (0)