Hi, There is a small issue while trying to install aaanalysis[pro] using pip
When I ran:
pip install aaanalysis[pro]
the installation failed in zsh with the following error:
zsh: no matches found: aaanalysis[pro]
However it worked through quoting the package name
pip install "aaanalysis[pro]"
Installing the basic package (pip install aaanalysis) works fine