From 1474540b73570afda1d21e7201cdde972738d734 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sun, 23 Aug 2020 09:20:55 +0200 Subject: [PATCH] Some styling --- ReadMe.txt => ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename ReadMe.txt => ReadMe.md (98%) diff --git a/ReadMe.txt b/ReadMe.md similarity index 98% rename from ReadMe.txt rename to ReadMe.md index ed7e228..aff116a 100644 --- a/ReadMe.txt +++ b/ReadMe.md @@ -3,7 +3,8 @@ This is a tool designed to provide a simple way of standardising molecules as a To install, download this project and ensure that Python can find the standardise/ directory. Note that RDKit must also be installed and accessible to Python. Or, install via pip: -``` + +```shell pip install standardiser ```