GibbsConsulting / django-plotly-dash

Expose plotly dash apps as django tags
MIT License
538 stars 121 forks source link

documentation page has incorrect underscore vs hyphen "pip install django_plotly_dash" #456

Open stellar-paulm opened 1 year ago

stellar-paulm commented 1 year ago

Go to webpage https://pypi.org/project/django-plotly-dash/

The documentation says: pip install django_plotly_dash

Correct way to install: pip3 install --trusted-host pypi.python.org django-plotly-dash

Found answer on stackoverflow, said don't use underscore. Use hyphen.