Merge pull request #6 from thanakijwanavit/patch-1

Add installation with pip instruction
This commit is contained in:
William Wu 2019-07-13 11:12:51 +02:00 committed by GitHub
commit d2a22afde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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:
``` ```