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
Another option is to use ``pip`` to download and install the latest release from
90
+
The output should print the latest version displayed on the badges above.
91
+
92
+
If the above does not work, you can use ``pip`` to download and install the latest release from
91
93
`Python Package Index <https://pypi.python.org>`_.
92
-
To install using ``pip`` into your ``diffpy.utils_env`` environment type ::
94
+
To install using ``pip`` into your ``diffpy.utils_env`` environment, type ::
93
95
94
96
pip install diffpy.utils
95
97
@@ -99,12 +101,17 @@ and run the following ::
99
101
100
102
pip install .
101
103
104
+
Getting Started
105
+
---------------
106
+
107
+
You may consult our `online documentation <https://diffpy.github.io/diffpy.utils>`_ for tutorials and API references.
108
+
102
109
Support and Contribute
103
110
----------------------
104
111
105
112
`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!
106
113
107
-
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>`_.
114
+
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>`_.
108
115
109
116
Feel free to fork the project and contribute. To install diffpy.utils
110
117
in a development mode, with its sources being directly used by Python
0 commit comments