plotly / dash-alternative-viz

Dash components & demos to create Altair, Matplotlib, Highcharts , and Bokeh graphs within Dash apps.
https://dash.plotly.com
MIT License
7 stars 1 forks source link

Installation issue #11

Closed vishaltambe70 closed 2 years ago

vishaltambe70 commented 2 years ago

No installation link provided tried installing by pip3 install dash-alternative-viz but installation failed as ERROR: Could not find a version that satisfies the requirement dash-alternative-viz (from versions: none) ERROR: No matching distribution found for dash-alternative-viz

alexcjohnson commented 2 years ago

That's right, this project is a proof-of-concept that we haven't published to PyPI. You can certainly use it either by cloning the repo and running pip install -e . or install directly from github: pip install git+https://github.com/plotly/dash-alternative-viz.git#egg=dash_alternative_viz

vishaltambe70 commented 2 years ago

That's right, this project is a proof-of-concept that we haven't published to PyPI. You can certainly use it either by cloning the repo and running pip install -e . or install directly from github: pip install git+https://github.com/plotly/dash-alternative-viz.git#egg=dash_alternative_viz