Skip to content

Commit

Permalink
feat: Added support for conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Mar 1, 2023
1 parent 56cb302 commit 2ae890b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ae890b

Please sign in to comment.