Dear Community,
I´m a qiime2 beginner and probably have a stupid problem, but I tried to install qiime2 through conda as explained in the qiime2 docs and get the following syntax error:
conda update conda
Collecting package metadata (current_repodata.json): done
Solving environment: done
All requested packages already installed.
Note: you may need to restart the kernel to use updated packages.
conda install wget
Collecting package metadata (current_repodata.json): done
Solving environment: done
All requested packages already installed.
Note: you may need to restart the kernel to use updated packages.
> wget https://data.qiime2.org/distro/core/qiime2-2021.11-py38-osx-conda.yml
** File "", line 1**
** wget https://data.qiime2.org/distro/core/qiime2-2021.11-py38-osx-conda.yml**
** ^**
SyntaxError: invalid syntax
Thank you very much in advance.
Joseph