Closed llk578496 closed 2 years ago
Hi @llk578496 I wonder if this will work for you:
conda create -n mlst -c conda-forge -c bioconda -c defaults 'mlst=2.19.0'
conda activate mlst
mlst --version
Hi @rpetit3 I used mamba
because it seems to be faster and it works!
mamba create -n mlst -c conda-forge -c bioconda -c defaults 'mlst=2.19.0'
Thanks a lot!
mamba
is the best! Glad you got it to work!
Hi,
I just tried to install the latest version (v2.19.0) through conda, but seems it fails and could only install older version (v2.11.0). May I know is there are way to install the latest version through conda?