You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,15 +107,15 @@ Another option is to use ``pip`` to download and install the latest release from
107
107
108
108
To install the C++ compiler and required dependencies in you ``diffpy.pdffit2_env`` environment, type ::
109
109
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
113
113
114
114
And then type ::
115
115
116
116
pip install diffpy.pdffit2
117
117
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
119
119
`GitHub <https://github.com/diffpy/diffpy.pdffit2/>`_. Once installed, ``cd`` into your ``diffpy.pdffit2`` directory
0 commit comments