From 2ae890b24ddbc6c9b8d949a1b7b850187f760a3a Mon Sep 17 00:00:00 2001 From: Kohulan Rajan Date: Wed, 1 Mar 2023 14:03:17 +0100 Subject: [PATCH] feat: Added support for conda package --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a4a55e..aebbbd4 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,14 @@ pip install STOUT-pypi ## In a conda environment ```shell -$ conda create --name STOUT python=3.8 -$ conda activate STOUT -$ python -m pip install -U pip -$ pip install git+https://github.com/Kohulan/Smiles-TO-iUpac-Translator.git +conda create --name STOUT python=3.8 +conda activate STOUT +conda install -c decimer stout-pypi +``` + +## Staright from the repository +```shell +pip install git+https://github.com/Kohulan/Smiles-TO-iUpac-Translator.git ``` ## Simple usage