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