From 8bb81ffc6f1bfaa428ee179a3a6c885597926095 Mon Sep 17 00:00:00 2001 From: Andrew Dinh <45807756+andrewkdinh@users.noreply.github.com> Date: Thu, 20 Dec 2018 00:52:44 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2da2f46..4c5edf5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# fund-indicators +# Mutual Fund Indicators 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. -Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy \ No newline at end of file +### Requirements +`$ pip install requests` + +Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy