From c56a4114704a1c6c3b7d98540d3fdf6b952abeb8 Mon Sep 17 00:00:00 2001 From: thanakijwanavit Date: Sat, 13 Jul 2019 16:11:47 +0700 Subject: [PATCH] Add installation with pip instruction --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: ```