From 85c6e2cfd36c03bb4ee9a376b44156c2be3d9332 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Tue, 1 Jan 2019 00:45:55 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0670ca7..0e72eb9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A project to determine indicators of overperforming mutual funds. This project is written in Python and will examine market capitalization, persistence, turnover, and expense ratios. ### Prerequisites -`$ pip install requests` +`pip install requests` +`pip install numpy` Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy From 10ad297b634f6dee5ff922252b1bd37e45168404 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Fri, 18 Jan 2019 01:21:24 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e72eb9..d696909 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ A project to determine indicators of overperforming mutual funds. This project is written in Python and will examine market capitalization, persistence, turnover, and expense ratios. ### Prerequisites -`pip install requests` -`pip install numpy` +```sh +$ pip install requests +$ pip install numpy +``` Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy