From a11517da99b07b6363dd847b51a47a999849c6ae Mon Sep 17 00:00:00 2001 From: Hugo MacDermott-Opeskin Date: Mon, 17 Jun 2024 17:15:55 +1000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66fb076..f54efee 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Installation ------------ To install the package, you can use the following command: +```bash +pip install minimal_molview +``` + +For a developer install use the following + ```bash git clone https://github.com/hmacdope/minimal_molview pip install -e .