Skip to content

Commit 5358214

Browse files
authored
Update conda installer in README
1 parent e56c505 commit 5358214

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Spacedust can be used by downloading a [statically compiled version](https://mms
1616
wget https://mmseqs.com/spacedust/spacedust-linux-sse41.tar.gz; tar xvzf spacedust-linux-sse41.tar.gz; export PATH=$(pwd)/spacedust/bin/:$PATH
1717
# static macOS build (universal binary with SSE4.1/AVX2/M1 NEON)
1818
wget https://mmseqs.com/spacedust/spacedust-osx-universal.tar.gz; tar xvzf spacedust-osx-universal.tar.gz; export PATH=$(pwd)/spacedust/bin/:$PATH
19+
# Conda installer (Linux and macOS)
20+
conda install -c conda-forge -c bioconda spacedust
1921

2022
Other precompiled binaries for ARM64, PPC64LE amd SSE2 are available at [https://mmseqs.com/spacedust](https://mmseqs.com/spacedust).
2123

0 commit comments

Comments
 (0)