Skip to content

Commit 3ba006e

Browse files
committed
Fix indention for conda install
1 parent 693414d commit 3ba006e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ Another option is to use ``pip`` to download and install the latest release from
107107

108108
To install the C++ compiler and required dependencies in you ``diffpy.pdffit2_env`` environment, type ::
109109

110-
conda install \
111-
--file requirements/run.txt \
112-
--file requirements/build.txt
110+
conda install \
111+
--file requirements/run.txt \
112+
--file requirements/build.txt
113113

114114
And then type ::
115115

116116
pip install diffpy.pdffit2
117117

118-
If you prefer to install from sources, after installing the dependencies above in the ``diffpy.pdffit2_env`` , obtain the source archive from
118+
If you prefer to install from sources, after the dependencies in `run.txt` and `build.txt` above in the ``diffpy.pdffit2_env`` , obtain the source archive from
119119
`GitHub <https://github.com/diffpy/diffpy.pdffit2/>`_. Once installed, ``cd`` into your ``diffpy.pdffit2`` directory
120120
and run the following ::
121121

0 commit comments

Comments
 (0)