Add installation with pip instruction
This commit is contained in:
parent
7f8cf1ec8b
commit
c56a411470
|
@ -3,6 +3,10 @@
|
||||||
## Introduction
|
## Introduction
|
||||||
The brukeropusreader Python package enables reading the binary OPUS files generated by Bruker spectrometers.
|
The brukeropusreader Python package enables reading the binary OPUS files generated by Bruker spectrometers.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
### Install with pip
|
||||||
|
```pip install brukeropusreader```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
`read_file` parses OPUS file and returns `OpusData` object:
|
`read_file` parses OPUS file and returns `OpusData` object:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue