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
For those planning to use functions in the ``diffpy.utils.wx`` module, you will also need to install ``wxPython``.
51
-
Both of the following lines will install this package. ::
83
+
and then install the package ::
52
84
53
-
conda install wxPython
54
-
pip install wxPython
85
+
pip install diffpy.utils
55
86
56
87
If you prefer to install from sources, after installing the dependencies, obtain the source archive from
57
88
`GitHub <https://github.com/diffpy/diffpy.utils/>`_. Once installed, ``cd`` into your ``diffpy.utils`` directory
58
89
and run the following ::
59
90
60
-
pip install .
91
+
pip install .
61
92
62
-
To check the installation integrity, if the following passes all checks, you are good! ::
93
+
Support and Contribute
94
+
----------------------
63
95
64
-
pip install pytest
65
-
python -m diffpy.utils.tests.run
96
+
`Diffpy user group <https://groups.google.com/g/diffpy-users>`_ is the discussion forum for general questions and discussions about the use of diffpy.utils. Please join the diffpy.utils users community by joining the Google group. The diffpy.utils project welcomes your expertise and enthusiasm!
66
97
98
+
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.utils/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.utils/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
For more information on diffpy.utils please visit the project `web-page <https://diffpy.github.io/>`_ or email Prof. Simon Billinge at [email protected].
0 commit comments