Skip to content

Commit 0527446

Browse files
committed
Update README
1 parent 4359151 commit 0527446

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ Install pandas is using ::
2020
or
2121
sudo apt-get install python3-pandas
2222
23+
Install matplotlib is using ::
24+
25+
pip install matplotlib
26+
or
27+
sudo apt-get install python3-matplotlib
28+
29+
Install statsmodels is using ::
30+
31+
pip install statsmodels
32+
or
33+
sudo apt-get install python3-statsmodels
34+
2335
Install scikit-learn is using ::
2436
2537

0 commit comments

Comments
 (0)