From 8e4e3d511bea197d7b9ecccc1655c49e0be69151 Mon Sep 17 00:00:00 2001 From: Dan Nemec Date: Thu, 17 Dec 2020 00:32:05 -0600 Subject: [PATCH] Add pandas package to readme notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a32095..f6283e3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Prerequisites -This Python application requires `requests` and `numpy` to be properly installed. This can be done with `pip3 install requests numpy`. +This Python application requires `requests`, `numpy`, and `pandas` to be properly installed. This can be done with `pip3 install requests numpy pandas`. ## Example usage