I was confused when looking at the installation steps of superset on this page http://superset.apache.org/installation.html
For the OS Dependencies part, the command for OSX is listed as "brew install pkg-config libffi openssl python". But my macbook does not have homebrew and I do not want to have one. I have installed pip though. And my python is installed via anaconda in Spyder. I am wondering is there any way to finish this OS dependencies job through pip method or in anaconda?
Next for the virtual environment. Is it necessary to install virtualenv to run superset? If not I would just ignore this step.
Due to my internet connection, my trials for downloading the "superset-0.20.4.tar.gz" file after typing "pip install superset" always failed. I will try at another place later but can someone tell me what would happen after this downloading? Do I just keep typing commands as the instruction says and it will just work out?