plotly / dash-component-boilerplate

Get started creating your own Dash components here.
275 stars 184 forks source link

Silent pip install during post-gen #124

Open xhluca opened 3 years ago

xhluca commented 3 years ago

If you select the option to create a venv and install dependencies, a lot of libraries will be installed and a wall of text appears. I feel it might be better if we do pip install -r requirements.txt -q instead.

Thoughts?