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
If you prefer to install from sources, after installing the dependencies, obtain the source archive from
124
+
`GitHub <https://github.com/diffpy/diffpy.pdffit2/>`_. Once installed, ``cd`` into your ``diffpy.pdffit2`` directory
125
+
and run the following ::
127
126
128
-
For advanced users, obtain the source archive, and in the ``diffpy.pdffit2`` directory, run ::
127
+
pip install .
129
128
130
-
conda create -n diffpy.pdffit2_env python=3.13 \
131
-
--file requirements/test.txt \
132
-
--file requirements/conda.txt \
133
-
--file requirements/build.txt
129
+
Getting Started
130
+
---------------
134
131
135
-
Activate the environment, build the package, and run unit tests by following commands sequentially: ::
136
-
137
-
conda activate diffpy.pdffit2_env
138
-
pip install . --no-deps
139
-
pytest
132
+
You may consult our `online documentation <https://diffpy.github.io/diffpy.pdffit2>`_ for tutorials and API references.
140
133
141
134
Support and Contribute
142
135
----------------------
@@ -182,4 +175,9 @@ Before contributing, please read our `Code of Conduct <https://github.com/diffpy
182
175
Contact
183
176
-------
184
177
185
-
For more information on diffpy.pdffit2 please visit the project `web-page <https://diffpy.github.io/>`_ or email Prof. Simon Billinge at [email protected].
178
+
For more information on diffpy.pdffit2 please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon Billinge at [email protected].
179
+
180
+
Acknowledgements
181
+
----------------
182
+
183
+
``diffpy.pdffit2`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
0 commit comments