diff --git a/requirements.txt b/requirements.txt index e69de29..1957460 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,16 @@ +#The following list of technologies should be installed on your machine to successfully run the project. I have also provided their respective commands to install them on Visual Studio Code --Version 1.92.2. + +Python version 3.7.4 + +Pandas version 1.3.5 +pip install Pandas + +Numpy version 1.21.6 +pip install numpy + +Matplotlib version 3.5.3 +pip install Matplotlib + +Seaborn version 0.12.2 +pip install Seaborn +