diff --git a/README.md b/README.md index e479266..9a4ea2a 100644 --- a/README.md +++ b/README.md @@ -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: ```