Skip to content

Commit

Permalink
Merge pull request #92 from MicrobialDarkMatter/update-readme
Browse files Browse the repository at this point in the history
updated conda install
  • Loading branch information
SorenHeidelbach authored Jan 20, 2025
2 parents 459b827 + 6816b87 commit 652b997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Nanomotif can easily be installed using Conda for managing your Python environme
```shell
conda create -n nanomotif python=3.12
conda activate nanomotif
conda install -c bioconda nanomotif
conda install -c conda-forge -c bioconda nanomotif
```

#### Check installation
Expand Down

0 comments on commit 652b997

Please sign in to comment.