Skip to content

gabegaz/bar_charts_with_slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

This project uses python 3.9

Get the Repo

First, clone repo

  git clone [email protected]:gabegaz/bar_charts_with_slider.git
  cd bar_charts_with_slider

Create python environment

On the terminal, run the following:

    cd Desktop                          #go to Desktop. You can be anywhere
    mkdir NAME_OF_DIRECTORY             #create your folder anywhere you want your project to reside.
                                        #Replace NAME_OF_DIRECTORY with your own folder name
    python3 venv YOUR_VIRTUAL_ENV       #replace YOUR_VIRTUAL_ENV with your own name
    source venv/bin/activate            #This activates your environment

Install packages

Once you are in your environment, install all the requirements

  pip install -r requirements.txt

Run Locally

Clone the project

  cd app
  python app.py

Access app from browser

Once you run the app, you should see the following

 Dash is running on http://127.0.0.1:8050/

 * Serving Flask app 'app'
 * Debug mode: on

Go to http://127.0.0.1:8050/ to get the app running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages