plotly / dash-component-boilerplate

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

Do i have to run .venv/bin/activate before building? #145

Closed SnoozeFreddo closed 1 year ago

SnoozeFreddo commented 2 years ago

Hi,

i have my own requirements file with Dash (not Dash[dev]) installed. Does the dev make any difference for building(npm run build)?

T4rk1n commented 1 year ago

Yes, the build system requires dash[dev] to be installed on the environment for building of the python components.