Skip to content

Installation Notes

Nothing But Air edited this page Jun 19, 2021 · 4 revisions

Backend

% brew install python@3.7
% export PATH=/usr/local/opt/python@3.7/libexec/bin:$PATH
% python3 -m venv ~/.virtualenvs/superset
% pip install pyarrow
% pip install -r requirements/local.txt

Frontend

% brew install nvm
Clone this wiki locally