plotly / dash-component-boilerplate

Get started creating your own Dash components here.
269 stars 182 forks source link

Build Python in Windows #49

Closed xhluca closed 5 years ago

xhluca commented 5 years ago

Looking through package.json, I noticed we build Python the following way:

"build:py": "(. venv/bin/activate || venv\\scripts\\activate) && dash-generate-components ./src/lib/components {{ cookiecutter.project_shortname }}"

Does this work for both linux and windows?

xhluca commented 5 years ago

I tried it out, figured out the problems; seems like if we change the name of the project after we run the cookiecutter, the python build won't run.