File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# ResINS
2+
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/resins )] ( https://pypi.org/project/resins )
4+ [ ![ Tests] ( https://github.com/pace-neutrons/resins/actions/workflows/run_tests.yml/badge.svg )] ( https://github.com/pace-neutrons/resins/actions/workflows/run_tests.yml )
5+ [ ![ License] ( https://img.shields.io/pypi/l/resins )] ( https://github.com/pace-neutrons/resins/blob/main/LICENSE )
6+
27Python library for working with resolution functions of inelastic neutron scattering (INS)
38instruments. This package exists to centralise all things related to resolution of INS instruments
49and make it easier to work with. It pools related code from existing projects, namely
@@ -84,17 +89,17 @@ However, the model also provides methods that go lower;
8489
8590## Installation
8691
87- This package can be installed using pip, though it is not yet on PyPI, so it has to be installed directly from GitHub:
92+ This package can be installed from PyPI
8893
8994```
90- pip install git+https://github.com/pace-neutrons/ resins.git
95+ pip install resins
9196```
9297
9398or from a local copy:
9499
95100```
96101git clone https://github.com/pace-neutrons/resins.git
97- pip install resins
102+ pip install ./ resins
98103```
99104
100105
You can’t perform that action at this time.
0 commit comments