Alessandro Pierro, Giulia Marchiori Pietrosanti, Valentina Blasone
First, you'll need to clone the repo.
$ git clone https://github.com/GiuliaMP/dataviz-project.git
$ cd dataviz-project
Now, you can setup an isolated environment with conda
.
$ conda create -n pyDataVizProject
$ conda activate pyDataVizProject
Then, let's get the requirements installed in your isolated test environment.
$ conda install -c conda-forge --file requirements.txt
Now, you can run the application locally.
$ python app.py