A easy way to install Apache Superset on Windows
- first of all, you should install miniconda or anaconda
- Download superset.yml, then modify name and prefix to what you want.
- run the command
conda env create -f superset.yml
- Apache superset initialization
for detail steps please visit,
- Install Apache Superset on Windows 10 Without Admin Rights(English)
- Windows 10 下快速安装Apache Superset(Chinese)
P.S.
superset.yml got with the following command,
source activate superset
conda env export > superset.yml