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
To install using ``pip`` into your ``diffpy.morph_env`` environment, type ::
123
122
124
123
pip install diffpy.morph
125
124
@@ -165,16 +164,14 @@ Enjoy!
165
164
Support and Contribute
166
165
----------------------
167
166
168
-
`Diffpy user group <https://groups.google.com/g/diffpy-users>`_ is the discussion forum for general questions and discussions about the use of diffpy.morph. Please join the diffpy.morph users community by joining the Google group. The diffpy.morph project welcomes your expertise and enthusiasm!
169
-
170
-
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.morph/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.morph/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
167
+
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.morph/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.morph/pulls>`_.
171
168
172
169
Feel free to fork the project and contribute. To install diffpy.morph
173
170
in a development mode, with its sources being directly used by Python
174
171
rather than copied to a package directory, use the following in the root
175
172
directory ::
176
173
177
-
pip install -e .
174
+
pip install -e .
178
175
179
176
To ensure code quality and to prevent accidental commits into the default branch, please set up the use of our pre-commit
180
177
hooks.
@@ -195,4 +192,9 @@ Before contributing, please read our `Code of Conduct <https://github.com/diffpy
195
192
Contact
196
193
-------
197
194
198
-
For more information on diffpy.morph please visit the project `web-page <https://diffpy.github.io/>`_ or email Prof. Simon Billinge at sb2896@columbia.edu.
195
+
For more information on diffpy.morph please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon J.L. Billinge group at simon.billinge@gmail.com.
196
+
197
+
Acknowledgements
198
+
----------------
199
+
200
+
``diffpy.morph`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
0 commit comments