yerranagumadhu / dash-demo-app

Dash-demo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash-demo-app

  1. Clone the Repository: git clone https://github.com/plotly/dash-demo-app

  2. Create a Vitrual Enivornment: virtualenv venv

  3. Activate the Virtaul Environment: Windows venv\Scripts\activate Linux source venv/bin/activate

  4. Install the packages from the Requirements file: pip install -r requirements.txt

  5. Run the Dash app: python index.py

  6. If you have installed any new Package and want to freeze the packages: pip freeze -l > requirements.txt

About

Dash-demo-app


Languages

Language:Python 68.6%Language:CSS 31.4%