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
93
+
The output should print the latest version displayed on the badges above.
94
+
95
+
If the above does not work, you can use ``pip`` to download and install the latest release from
94
96
`Python Package Index <https://pypi.python.org>`_.
95
97
To install using ``pip`` into your ``diffpy.labpdfproc_env`` environment, type ::
96
98
@@ -102,33 +104,17 @@ and run the following ::
102
104
103
105
pip install .
104
106
105
-
Example
106
-
-------
107
-
108
-
Navigate to the directory that contains 1D diffraction patterns that you would like to process.
109
-
Activate the conda environment (`conda activate diffpy.labpdfproc_env`) that contains the package and run the following command ::
110
-
111
-
labpdfproc <muD> <path/to/inputfile.txt>
112
-
113
-
Here replace <muD> with the value of muD for your sample
114
-
and <path/to/inputfile.txt> with the path and filename of your input file.
115
-
For example, if the uncorrected data case is called zro2_mo.xy and is in the current directory
116
-
and it has a muD of 2.5 then the command would be ::
117
-
118
-
labpdfproc 2.5 zro2_mo.xy
119
-
120
-
Please type ::
121
-
122
-
labpdfproc --help
107
+
Getting Started
108
+
---------------
123
109
124
-
for more information on the available options.
110
+
You may consult our `online documentation <https://diffpy.github.io/diffpy.labpdfproc>`_ for tutorials and API references.
125
111
126
112
Support and Contribute
127
113
----------------------
128
114
129
115
`Diffpy user group <https://groups.google.com/g/diffpy-users>`_ is the discussion forum for general questions and discussions about the use of diffpy.labpdfproc. Please join the diffpy.labpdfproc users community by joining the Google group. The diffpy.labpdfproc project welcomes your expertise and enthusiasm!
130
116
131
-
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.labpdfproc/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.labpdfproc/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
117
+
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.labpdfproc/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.labpdfproc/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
132
118
133
119
Feel free to fork the project and contribute. To install diffpy.labpdfproc
134
120
in a development mode, with its sources being directly used by Python
0 commit comments