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
The output should print the latest version displayed on the badges above.
117
+
The output should print the latest version displayed on the badges above.
115
118
116
119
If the above does not work, you can use ``pip`` to download and install the latest release from
117
120
`Python Package Index <https://pypi.python.org>`_.
@@ -174,7 +177,7 @@ in a development mode, with its sources being directly used by Python
174
177
rather than copied to a package directory, use the following in the root
175
178
directory ::
176
179
177
-
pip install -e .
180
+
pip install -e .
178
181
179
182
To ensure code quality and to prevent accidental commits into the default branch, please set up the use of our pre-commit
180
183
hooks.
@@ -195,4 +198,9 @@ Before contributing, please read our `Code of Conduct <https://github.com/diffpy
195
198
Contact
196
199
-------
197
200
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.
201
+
For more information on diffpy.morph please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon J.L. Billinge group at sb2896@columbia.edu.
202
+
203
+
Acknowledgements
204
+
----------------
205
+
206
+
``diffpy.morph`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
0 commit comments