Installation Notes - nothingbutair/superset GitHub Wiki

Backend

% brew install [email protected]
% export PATH=/usr/local/opt/[email protected]/libexec/bin:$PATH
% python3 -m venv ~/.virtualenvs/superset
% pip install pyarrow
% pip install -r requirements/local.txt

Frontend

% brew install nvm