Machine learning final project.
Instructions for installing Plotly
To install Plotly's python package, use the package manager pip inside your terminal. If you don't have pip installed on your machine, click here for pip's installation instructions.
$ pip install plotly or $ sudo pip install plotly
Plotly's Python package is updated frequently! To upgrade, run:
$ pip install plotly --upgrade