This project uses python 3.9
First, clone repo
git clone [email protected]:gabegaz/bar_charts_with_slider.git
cd bar_charts_with_slider
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
Once you are in your environment, install all the requirements
pip install -r requirements.txt
Clone the project
cd app
python app.py
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.