Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 438 Bytes

COMPSCIX433.6-001-Final_Project

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