mdreyer5 commited on
Commit
0938563
1 Parent(s): 4fe002a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ drive.mount("/content/ML_Course")
13
 
14
  cd /content/ML_Course/MyDrive/ML_Course
15
  """
16
- #pip install -U scikit-learn scipy matplotlib
17
  import pandas as pd
18
  housing = pd.read_csv("housing.csv")
19
  housing.head(n = 5)
 
13
 
14
  cd /content/ML_Course/MyDrive/ML_Course
15
  """
16
+ pip3 install -U scikit-learn scipy matplotlib
17
  import pandas as pd
18
  housing = pd.read_csv("housing.csv")
19
  housing.head(n = 5)