From c533825e7b34b38eebe0894c31bd8c30e2034283 Mon Sep 17 00:00:00 2001 From: Matt Covington Date: Fri, 1 Oct 2021 09:59:59 -0500 Subject: [PATCH] updated readme with pip install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9a5a20d..df6267b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ A python package for common water chemistry calculations and automated processin Installation ------------ +**Installing using pip** +```sh +pip install olm +``` + + +**Installing from source** + Unzip the source code and run: ```sh python setup.py install