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.
70
+
71
+
If the above does not work, you can use ``pip`` to download and install the latest release from
72
+
`Python Package Index <https://pypi.python.org>`_.
73
+
To install using ``pip`` into your ``diffpy.srxplanargui_env`` environment, type ::
74
+
75
+
pip install diffpy.srxplanargui
76
+
77
+
If you prefer to install from sources, after installing the dependencies, obtain the source archive from
78
+
`GitHub <https://github.com/diffpy/diffpy.srxplanargui/>`_. Once installed, ``cd`` into your ``diffpy.srxplanargui`` directory
79
+
and run the following ::
80
+
81
+
pip install .
46
82
47
83
This package also provides command-line utilities. To check the software has been installed correctly, type ::
48
84
@@ -57,12 +93,17 @@ To view the basic usage and available commands, type ::
57
93
58
94
diffpy.srxplanargui -h
59
95
60
-
Support
96
+
Getting Started
97
+
---------------
98
+
99
+
You may consult our `online documentation <https://diffpy.github.io/diffpy.srxplanargui>`_ for tutorials and API references.
100
+
101
+
Support and Contribute
61
102
----------------------
62
103
63
104
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.srxplanargui/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.srxplanargui/pulls>`_.
64
105
65
-
Feel free to fork the project. To install diffpy.srxplanargui
106
+
Feel free to fork the project and contribute. To install diffpy.srxplanargui
66
107
in a development mode, with its sources being directly used by Python
67
108
rather than copied to a package directory, use the following in the root
68
109
directory ::
@@ -83,6 +124,8 @@ trying to commit again.
83
124
84
125
Improvements and fixes are always appreciated.
85
126
127
+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.srxplanargui/blob/main/CODE-OF-CONDUCT.rst>`_.
0 commit comments